Loading src/com/android/settings/MasterClearConfirm.java +4 −1 Original line number Diff line number Diff line Loading @@ -65,8 +65,11 @@ public class MasterClearConfirm extends Fragment { getActivity().getSystemService(Context.PERSISTENT_DATA_BLOCK_SERVICE); if (pdbManager != null) { // if OEM unlock is enabled, this will be wiped during FR process. if (!pdbManager.getOemUnlockEnabled()) { pdbManager.wipe(); } } if (mEraseSdCard) { Intent intent = new Intent(ExternalStorageFormatter.FORMAT_AND_FACTORY_RESET); Loading Loading
src/com/android/settings/MasterClearConfirm.java +4 −1 Original line number Diff line number Diff line Loading @@ -65,8 +65,11 @@ public class MasterClearConfirm extends Fragment { getActivity().getSystemService(Context.PERSISTENT_DATA_BLOCK_SERVICE); if (pdbManager != null) { // if OEM unlock is enabled, this will be wiped during FR process. if (!pdbManager.getOemUnlockEnabled()) { pdbManager.wipe(); } } if (mEraseSdCard) { Intent intent = new Intent(ExternalStorageFormatter.FORMAT_AND_FACTORY_RESET); Loading