diff options
author | Andreas Gampe <agampe@google.com> | 2015-04-25 20:16:08 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-04-25 20:16:09 +0000 |
commit | 053c36adde43fb02b261deb1c92150144adcf48e (patch) | |
tree | 9fd5c817e2d7fc7c6bad98a6978507c82cd11fd2 /system-api | |
parent | 3a860a3fda3d74777887e507bdddfca1c4369e6c (diff) | |
parent | 0b17f9d1bf860dd14a05b58201af3673c922bf1b (diff) | |
download | prebuilts_sdk-053c36adde43fb02b261deb1c92150144adcf48e.zip prebuilts_sdk-053c36adde43fb02b261deb1c92150144adcf48e.tar.gz prebuilts_sdk-053c36adde43fb02b261deb1c92150144adcf48e.tar.bz2 |
Merge "SDK API: Remove public RecoverySystem constructor"
Diffstat (limited to 'system-api')
-rw-r--r-- | system-api/23.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system-api/23.txt b/system-api/23.txt index cfceba5..e0e4d3d 100644 --- a/system-api/23.txt +++ b/system-api/23.txt @@ -23732,7 +23732,6 @@ package android.os { } public class RecoverySystem { - ctor public RecoverySystem(); method public static void installPackage(android.content.Context, java.io.File) throws java.io.IOException; method public static void rebootWipeCache(android.content.Context) throws java.io.IOException; method public static void rebootWipeUserData(android.content.Context) throws java.io.IOException; |