summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2013-09-04 11:26:01 -0400
committerJohn Spurlock <jspurlock@google.com>2013-09-04 15:28:50 +0000
commit5e777f668526104e7dd97d3972d35eb7b9eef5a2 (patch)
tree482b2980e14e64073cd2da9c52c354d251631b59 /api/current.txt
parent40de39171b9ddf49c20600d750b99e4033416665 (diff)
downloadframeworks_base-5e777f668526104e7dd97d3972d35eb7b9eef5a2.zip
frameworks_base-5e777f668526104e7dd97d3972d35eb7b9eef5a2.tar.gz
frameworks_base-5e777f668526104e7dd97d3972d35eb7b9eef5a2.tar.bz2
Re-@hide activity-level FLAG_IMMERSIVE and helpers.
Un-@hidden in api 18, but probably should not have been. The framework currently takes no action based on the flag, making the docs misleading. Bug:10460791 Change-Id: If6cc8791a85710897c8fe77cf6682d1460e3416e
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/api/current.txt b/api/current.txt
index 099b1a5..f415182 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -2771,7 +2771,6 @@ package android.app {
method public final boolean isChild();
method public boolean isDestroyed();
method public boolean isFinishing();
- method public boolean isImmersive();
method public boolean isTaskRoot();
method public final deprecated android.database.Cursor managedQuery(android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String);
method public boolean moveTaskToBack(boolean);
@@ -2861,7 +2860,6 @@ package android.app {
method public final void setFeatureDrawableResource(int, int);
method public final void setFeatureDrawableUri(int, android.net.Uri);
method public void setFinishOnTouchOutside(boolean);
- method public void setImmersive(boolean);
method public void setIntent(android.content.Intent);
method public final void setProgress(int);
method public final void setProgressBarIndeterminate(boolean);
@@ -6995,7 +6993,6 @@ package android.content.pm {
field public static final int FLAG_FINISH_ON_CLOSE_SYSTEM_DIALOGS = 256; // 0x100
field public static final int FLAG_FINISH_ON_TASK_LAUNCH = 2; // 0x2
field public static final int FLAG_HARDWARE_ACCELERATED = 512; // 0x200
- field public static final int FLAG_IMMERSIVE = 2048; // 0x800
field public static final int FLAG_MULTIPROCESS = 1; // 0x1
field public static final int FLAG_NO_HISTORY = 128; // 0x80
field public static final int FLAG_SINGLE_USER = 1073741824; // 0x40000000