diff options
| author | Jeff Brown <jeffbrown@google.com> | 2010-04-08 16:52:18 -0700 |
|---|---|---|
| committer | Jeff Brown <jeffbrown@google.com> | 2010-04-08 16:52:18 -0700 |
| commit | 64010e835057d4b85e2d90cf75cc562f3b5eb552 (patch) | |
| tree | 6f72835f27457d829174b35c7e785f5e27c7d8e8 /core/java/android/os/RecoverySystem.java | |
| parent | cc691f5061f4f5e687bf847078ee2ba387bdacb7 (diff) | |
Remove @link to hidden ACCESS_CACHE_FILESYSTEM permission.
Change-Id: I4be691f20f650b412beb22b199a4cbef879b2668
Diffstat (limited to 'core/java/android/os/RecoverySystem.java')
| -rw-r--r-- | core/java/android/os/RecoverySystem.java | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/core/java/android/os/RecoverySystem.java b/core/java/android/os/RecoverySystem.java index b3ec114aa30d..b6dc1b52dffa 100644 --- a/core/java/android/os/RecoverySystem.java +++ b/core/java/android/os/RecoverySystem.java @@ -304,9 +304,7 @@ public class RecoverySystem { /** * Reboots the device in order to install the given update * package. - * Requires the {@link android.Manifest.permission#REBOOT} - * and {@link android.Manifest.permission#ACCESS_CACHE_FILESYSTEM} - * permissions. + * Requires the {@link android.Manifest.permission#REBOOT} permission. * * @param context the Context to use * @param packageFile the update package to install. Currently @@ -337,9 +335,7 @@ public class RecoverySystem { * sometimes called a "factory reset", which is something of a * misnomer because the system partition is not restored to its * factory state. - * Requires the {@link android.Manifest.permission#REBOOT} - * and {@link android.Manifest.permission#ACCESS_CACHE_FILESYSTEM} - * permissions. + * Requires the {@link android.Manifest.permission#REBOOT} permission. * * @param context the Context to use * |
