summaryrefslogtreecommitdiffstats
path: root/api/removed.txt
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2014-08-21 21:56:02 -0700
committerJeff Brown <jeffbrown@google.com>2014-08-21 22:43:25 -0700
commit7d82751530db56841f7e767fe752abe5faa06e0c (patch)
tree70a68608df98ce7ad0a32f612ffdcba26fc8303d /api/removed.txt
parent0a571123544058578b4ef1558c276a4050519652 (diff)
downloadframeworks_base-7d82751530db56841f7e767fe752abe5faa06e0c.zip
frameworks_base-7d82751530db56841f7e767fe752abe5faa06e0c.tar.gz
frameworks_base-7d82751530db56841f7e767fe752abe5faa06e0c.tar.bz2
Hide PowerManager methods that third-party apps can't use.
Change-Id: I9c4dbdef913f68939eb29f2c250c5fe3afc67399
Diffstat (limited to 'api/removed.txt')
-rw-r--r--api/removed.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/api/removed.txt b/api/removed.txt
index 465a18d..93484de 100644
--- a/api/removed.txt
+++ b/api/removed.txt
@@ -6,6 +6,16 @@ package android.media {
}
+package android.os {
+
+ public final class PowerManager {
+ method public void goToSleep(long);
+ method public deprecated void userActivity(long, boolean);
+ method public void wakeUp(long);
+ }
+
+}
+
package android.view {
public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable {