Merge "Remove the dynamic summary for bt preference." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
912af577ab
@@ -387,7 +387,6 @@ public class TetherSettings extends RestrictedSettingsFragment
|
|||||||
if (adapter.getState() == BluetoothAdapter.STATE_OFF) {
|
if (adapter.getState() == BluetoothAdapter.STATE_OFF) {
|
||||||
mBluetoothEnableForTether = true;
|
mBluetoothEnableForTether = true;
|
||||||
adapter.enable();
|
adapter.enable();
|
||||||
mBluetoothTether.setSummary(R.string.bluetooth_turning_on);
|
|
||||||
mBluetoothTether.setEnabled(false);
|
mBluetoothTether.setEnabled(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user