Merge "API Review: factoryReset->clearBluetooth" am: 7c099faff6
am: 8139455374
am: 18f403141b
am: 372d74ba71
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2028623 Change-Id: I677cf55920a854bfcab5fd330cce076acedb08ca
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