summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2015-07-21 16:57:51 -0700
committerDianne Hackborn <hackbod@google.com>2015-07-21 17:01:15 -0700
commitcfbfafe1b9ca2fd135a4fb6b528b3829830803bf (patch)
tree7e482505909554ef6cc3367060628f71a061dfa1 /api
parent673ccfd45a81482d97eecf76dc0fef0dfd57be73 (diff)
downloadframeworks_base-cfbfafe1b9ca2fd135a4fb6b528b3829830803bf.zip
frameworks_base-cfbfafe1b9ca2fd135a4fb6b528b3829830803bf.tar.gz
frameworks_base-cfbfafe1b9ca2fd135a4fb6b528b3829830803bf.tar.bz2
Work on issue #22303510: Additional permissions aren't properly...
...disabled after toggling them off Keep track of whether a permission that has been declared by an app was able to actually be installed in the system, along with an API to find this information so that system UI can tell whether that permission is of interest. Also clean up some of the permission debug output. Change-Id: If4541bedb857789b255bb18f03cad155dcda0b95
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
-rw-r--r--api/system-current.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 79d5ea0..c70fbc9 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -9445,6 +9445,7 @@ package android.content.pm {
method public java.lang.CharSequence loadDescription(android.content.pm.PackageManager);
field public static final android.os.Parcelable.Creator<android.content.pm.PermissionInfo> CREATOR;
field public static final int FLAG_COSTS_MONEY = 1; // 0x1
+ field public static final int FLAG_INSTALLED = 1073741824; // 0x40000000
field public static final int PROTECTION_DANGEROUS = 1; // 0x1
field public static final int PROTECTION_FLAG_APPOP = 64; // 0x40
field public static final int PROTECTION_FLAG_DEVELOPMENT = 32; // 0x20
diff --git a/api/system-current.txt b/api/system-current.txt
index 0af72d5..427bdb3 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -9783,6 +9783,7 @@ package android.content.pm {
method public java.lang.CharSequence loadDescription(android.content.pm.PackageManager);
field public static final android.os.Parcelable.Creator<android.content.pm.PermissionInfo> CREATOR;
field public static final int FLAG_COSTS_MONEY = 1; // 0x1
+ field public static final int FLAG_INSTALLED = 1073741824; // 0x40000000
field public static final int PROTECTION_DANGEROUS = 1; // 0x1
field public static final int PROTECTION_FLAG_APPOP = 64; // 0x40
field public static final int PROTECTION_FLAG_DEVELOPMENT = 32; // 0x20