summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdnan <adnan@cyngn.com>2014-11-14 18:19:01 -0800
committerRicardo Cerqueira <ricardo@cyngn.com>2014-11-15 03:09:34 +0000
commite6d70ebf236a7569ad2a303c4e17222ceb5891f4 (patch)
tree4c427d3cd3ac0a34ba23f5c2c9918e2e7a2047fb
parent5c6d69414bd061c483ee70712a16cc28e11a018a (diff)
downloadandroid_frameworks_base-e6d70ebf236a7569ad2a303c4e17222ceb5891f4.tar.gz
android_frameworks_base-e6d70ebf236a7569ad2a303c4e17222ceb5891f4.tar.bz2
android_frameworks_base-e6d70ebf236a7569ad2a303c4e17222ceb5891f4.zip
Fix build, RecoverySystem.
Change-Id: I8c7fd35e1f352990c3d8e65cf8a0a30ab0a06297
-rw-r--r--core/java/android/os/RecoverySystem.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/os/RecoverySystem.java b/core/java/android/os/RecoverySystem.java
index 10a8ecf3124..e31bd52465f 100644
--- a/core/java/android/os/RecoverySystem.java
+++ b/core/java/android/os/RecoverySystem.java
@@ -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);