Loading src/com/android/settings/DevelopmentSettings.java +4 −4 Original line number Diff line number Diff line Loading @@ -1762,13 +1762,13 @@ public class DevelopmentSettings extends SettingsPreferenceFragment } else if (preference == mBtHciSnoopLog) { writeBtHciSnoopLogOptions(); } else if (preference == mEnableOemUnlock) { if (!showKeyguardConfirmation(getResources(), REQUEST_CODE_ENABLE_OEM_UNLOCK)) { if (mEnableOemUnlock.isChecked()) { if (!showKeyguardConfirmation(getResources(), REQUEST_CODE_ENABLE_OEM_UNLOCK)) { confirmEnableOemUnlock(); } } else { Utils.setOemUnlockEnabled(getActivity(), false); } } } else if (preference == mMockLocationAppPref) { Intent intent = new Intent(getActivity(), AppPicker.class); intent.putExtra(AppPicker.EXTRA_REQUESTIING_PERMISSION, Loading Loading
src/com/android/settings/DevelopmentSettings.java +4 −4 Original line number Diff line number Diff line Loading @@ -1762,13 +1762,13 @@ public class DevelopmentSettings extends SettingsPreferenceFragment } else if (preference == mBtHciSnoopLog) { writeBtHciSnoopLogOptions(); } else if (preference == mEnableOemUnlock) { if (!showKeyguardConfirmation(getResources(), REQUEST_CODE_ENABLE_OEM_UNLOCK)) { if (mEnableOemUnlock.isChecked()) { if (!showKeyguardConfirmation(getResources(), REQUEST_CODE_ENABLE_OEM_UNLOCK)) { confirmEnableOemUnlock(); } } else { Utils.setOemUnlockEnabled(getActivity(), false); } } } else if (preference == mMockLocationAppPref) { Intent intent = new Intent(getActivity(), AppPicker.class); intent.putExtra(AppPicker.EXTRA_REQUESTIING_PERMISSION, Loading