diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/res/AndroidManifest.xml | 3 |
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. --> |