summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2014-10-03 16:26:04 -0700
committerDianne Hackborn <hackbod@google.com>2014-10-03 16:26:04 -0700
commit2d7576b082b84068fb9d68419b710b9bec49139b (patch)
tree90842d7939ca423ed778ba88978b83fbe4962683 /api
parent1e2e4307ff381e5cb9d8d19eb6a1aca763ba9415 (diff)
downloadframeworks_base-2d7576b082b84068fb9d68419b710b9bec49139b.zip
frameworks_base-2d7576b082b84068fb9d68419b710b9bec49139b.tar.gz
frameworks_base-2d7576b082b84068fb9d68419b710b9bec49139b.tar.bz2
Fix issue #17752399: Multiple apps broken by GET_TASKS permission change
Keep around GET_TASKS as a permission available to apps, so apps still think they have it and don't get all uppity because they don't. Add a new REAL_GET_TASKS that is the actual permission now. Plus some temporary compatibility code until everyone can transition fromn GET_TASKS to REAL_GET_TASKS. Change-Id: I12c1102eed24844685dcbd2fa3b612811603958f
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt
index eb7891a..17c9dcc 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -67,7 +67,7 @@ package android {
field public static final java.lang.String FORCE_BACK = "android.permission.FORCE_BACK";
field public static final java.lang.String GET_ACCOUNTS = "android.permission.GET_ACCOUNTS";
field public static final java.lang.String GET_PACKAGE_SIZE = "android.permission.GET_PACKAGE_SIZE";
- field public static final java.lang.String GET_TASKS = "android.permission.GET_TASKS";
+ field public static final deprecated java.lang.String GET_TASKS = "android.permission.GET_TASKS";
field public static final java.lang.String GET_TOP_ACTIVITY_INFO = "android.permission.GET_TOP_ACTIVITY_INFO";
field public static final java.lang.String GLOBAL_SEARCH = "android.permission.GLOBAL_SEARCH";
field public static final java.lang.String HARDWARE_TEST = "android.permission.HARDWARE_TEST";