Merge "API Review: factoryReset->clearBluetooth"
This commit is contained in:
@@ -138,7 +138,7 @@ public class ResetNetworkConfirm extends InstrumentedFragment {
|
||||
if (btManager != null) {
|
||||
BluetoothAdapter btAdapter = btManager.getAdapter();
|
||||
if (btAdapter != null) {
|
||||
btAdapter.factoryReset();
|
||||
btAdapter.clearBluetooth();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user