diff options
| author | Doug Zongker <dougz@android.com> | 2010-01-06 09:01:27 -0800 |
|---|---|---|
| committer | Doug Zongker <dougz@android.com> | 2010-01-06 14:02:09 -0800 |
| commit | 0cb047c0de7fe6a775bc6e9cff194af9dcb726cf (patch) | |
| tree | e97138f52cc4dacfebd8b0b15d42b46605f16230 /core/java/android/os/RecoverySystem.java | |
| parent | f66de3cd8eb8df996ac53f6008cd0dbd71157935 (diff) | |
unhide the RecoverySystem class
The recovery system is already part of the platform; this class
defines an interface for interacting with it from the regular system.
Change-Id: I87dff8d6c1dbd11ac8f397a3f34ea5cb16d2d227
Diffstat (limited to 'core/java/android/os/RecoverySystem.java')
| -rw-r--r-- | core/java/android/os/RecoverySystem.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/os/RecoverySystem.java b/core/java/android/os/RecoverySystem.java index 130cfef99972..3dd39188b365 100644 --- a/core/java/android/os/RecoverySystem.java +++ b/core/java/android/os/RecoverySystem.java @@ -50,8 +50,6 @@ import org.apache.harmony.security.provider.cert.X509CertImpl; * RecoverySystem contains methods for interacting with the Android * recovery system (the separate partition that can be used to install * system updates, wipe user data, etc.) - * - * @pending */ public class RecoverySystem { private static final String TAG = "RecoverySystem"; |
