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) {
|
||||
mBluetoothEnableForTether = true;
|
||||
adapter.enable();
|
||||
mBluetoothTether.setSummary(R.string.bluetooth_turning_on);
|
||||
mBluetoothTether.setEnabled(false);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user