Frameworks/base: Fix a constructor
The constructor of RecoverySystem was accidentally made public
before. @Removed it.
Bug: 19797138
Change-Id: I4c7bba99695a3aeb56da9c126125c3e9075c0181
diff --git a/api/current.txt b/api/current.txt
index 29f0a29..299ba8b 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -22894,7 +22894,6 @@
}
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;
diff --git a/api/removed.txt b/api/removed.txt
index 1b209a9..5130fe44 100644
--- a/api/removed.txt
+++ b/api/removed.txt
@@ -26,6 +26,10 @@
method public void wakeUp(long);
}
+ public class RecoverySystem {
+ ctor public RecoverySystem();
+ }
+
public class UserManager {
method public android.graphics.drawable.Drawable getBadgedDrawableForUser(android.graphics.drawable.Drawable, android.os.UserHandle, android.graphics.Rect, int);
method public android.graphics.drawable.Drawable getBadgedIconForUser(android.graphics.drawable.Drawable, android.os.UserHandle);
diff --git a/api/system-current.txt b/api/system-current.txt
index c98f7a3..e816d92 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -24685,7 +24685,6 @@
}
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;
diff --git a/api/system-removed.txt b/api/system-removed.txt
index 1b209a9..5130fe44 100644
--- a/api/system-removed.txt
+++ b/api/system-removed.txt
@@ -26,6 +26,10 @@
method public void wakeUp(long);
}
+ public class RecoverySystem {
+ ctor public RecoverySystem();
+ }
+
public class UserManager {
method public android.graphics.drawable.Drawable getBadgedDrawableForUser(android.graphics.drawable.Drawable, android.os.UserHandle, android.graphics.Rect, int);
method public android.graphics.drawable.Drawable getBadgedIconForUser(android.graphics.drawable.Drawable, android.os.UserHandle);