blob: 1191bba1a2882a1e57f3bb61d6a4c044e0215ca0 [file] [log] [blame]
package com.android.cts.verifier.bluetooth;
import android.os.Bundle;
public class BleInsecureServerAdvertiserPowerLevelActivity extends BleAdvertiserPowerLevelActivity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
}
}