From 7d82751530db56841f7e767fe752abe5faa06e0c Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Thu, 21 Aug 2014 21:56:02 -0700 Subject: Hide PowerManager methods that third-party apps can't use. Change-Id: I9c4dbdef913f68939eb29f2c250c5fe3afc67399 --- api/removed.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'api/removed.txt') 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 { -- cgit v1.1