summaryrefslogtreecommitdiffstats
path: root/api/removed.txt
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-03-18 16:13:33 -0700
committerAndreas Gampe <agampe@google.com>2015-03-19 15:27:13 -0700
commit70e21e61ac728c3e02d6d54a52b53199b4ebf9df (patch)
treec33580a6093e3b41a5127a580a3928ff1df782f0 /api/removed.txt
parent3756b40992b4940101eb84604b9283167bee9a34 (diff)
downloadframeworks_base-70e21e61ac728c3e02d6d54a52b53199b4ebf9df.zip
frameworks_base-70e21e61ac728c3e02d6d54a52b53199b4ebf9df.tar.gz
frameworks_base-70e21e61ac728c3e02d6d54a52b53199b4ebf9df.tar.bz2
Frameworks/base: Fix a constructor
The constructor of RecoverySystem was accidentally made public before. @Removed it. Bug: 19797138 Change-Id: I4c7bba99695a3aeb56da9c126125c3e9075c0181
Diffstat (limited to 'api/removed.txt')
-rw-r--r--api/removed.txt4
1 files changed, 4 insertions, 0 deletions
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 @@ package android.os {
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);