summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2016-01-13 10:59:33 -0800
committerRoman Birg <roman@cyngn.com>2016-01-14 14:49:56 -0800
commitd1188678db97fe1b020933dd83ef3a413003161e (patch)
tree96eac8114f3402ee25d9d9e7646715c5a8d2284e
parent91b446d59deb72283f11e62b79c04a31520eb9c9 (diff)
downloadframeworks_base-d1188678db97fe1b020933dd83ef3a413003161e.zip
frameworks_base-d1188678db97fe1b020933dd83ef3a413003161e.tar.gz
frameworks_base-d1188678db97fe1b020933dd83ef3a413003161e.tar.bz2
allow GET_ACCOUNTS_PRIVELEGED to be whitelisted
Change-Id: Idc5e5535476015800e47f0a3a472729a926dd7b1 Signed-off-by: Roman Birg <roman@cyngn.com>
-rw-r--r--core/res/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 881b283..7bb2314 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1818,7 +1818,8 @@
<!-- @SystemApi Allows access to the list of accounts in the Accounts Service. -->
<permission android:name="android.permission.GET_ACCOUNTS_PRIVILEGED"
- android:protectionLevel="signature|privileged" />
+ android:protectionLevel="signature|privileged"
+ androidprv:allowViaWhitelist="true" />
<!-- @SystemApi Allows applications to RW to diagnostic resources.
<p>Not for use by third-party applications. -->