Merge "Only sync adapters with access can see an account - settings" into nyc-mr1-dev am: de090f3f85
am: 3300192cdb
am: 6c5c9ba8cb
Change-Id: Ib4a9e14a63bc6f2cb4cd49b1c20e3efacc95f204
This commit is contained in:
@@ -1035,7 +1035,7 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
|
||||
|
||||
private void updateOemUnlockOptions() {
|
||||
if (mEnableOemUnlock != null) {
|
||||
updateSwitchPreference(mEnableOemUnlock, isBootloaderUnlocked());
|
||||
updateSwitchPreference(mEnableOemUnlock, Utils.isOemUnlockEnabled(getActivity()));
|
||||
updateOemUnlockSettingDescription();
|
||||
// Showing mEnableOemUnlock preference as device has persistent data block.
|
||||
mEnableOemUnlock.setDisabledByAdmin(null);
|
||||
|
Reference in New Issue
Block a user