summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-03-19 14:37:51 -0700
committerAndreas Gampe <agampe@google.com>2015-03-20 16:50:43 -0700
commit0b17f9d1bf860dd14a05b58201af3673c922bf1b (patch)
tree4b3d28177efe8a9c5f54d0457a796c5624630f0c /api
parent987de844f9e325ec251885c107c74045e9a46e02 (diff)
downloadprebuilts_sdk-0b17f9d1bf860dd14a05b58201af3673c922bf1b.zip
prebuilts_sdk-0b17f9d1bf860dd14a05b58201af3673c922bf1b.tar.gz
prebuilts_sdk-0b17f9d1bf860dd14a05b58201af3673c922bf1b.tar.bz2
SDK API: Remove public RecoverySystem constructor
Has been annotated with @Removed. Should have never been public. Change-Id: I4c7bba99695a3aeb56da9c126125c3e9075c0181
Diffstat (limited to 'api')
-rw-r--r--api/23.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/23.txt b/api/23.txt
index 1fa1255..3c7d3fa 100644
--- a/api/23.txt
+++ b/api/23.txt
@@ -22188,7 +22188,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;