summaryrefslogtreecommitdiffstats
path: root/api/removed.txt
diff options
context:
space:
mode:
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 {