Loading core/java/android/os/RecoverySystem.java +1 −0 Original line number Diff line number Diff line Loading @@ -402,6 +402,7 @@ public class RecoverySystem { * * @throws IOException if writing the recovery command file * fails, or if the reboot itself fails. * @hide */ public static void rebootFormatUserData(Context context) throws IOException { doRebootWipeUserData(context, true); Loading Loading
core/java/android/os/RecoverySystem.java +1 −0 Original line number Diff line number Diff line Loading @@ -402,6 +402,7 @@ public class RecoverySystem { * * @throws IOException if writing the recovery command file * fails, or if the reboot itself fails. * @hide */ public static void rebootFormatUserData(Context context) throws IOException { doRebootWipeUserData(context, true); Loading