diff options
author | Sam Mortimer <sam@mortimer.me.uk> | 2017-09-15 17:59:28 -0700 |
---|---|---|
committer | Sam Mortimer <sam@mortimer.me.uk> | 2017-10-09 16:49:20 +0000 |
commit | 83a7945dd5c8361f9f4a8747dbb9cab13fa2090a (patch) | |
tree | 2e2e465977027ae8601d02fa962d9af7ba8d58a1 | |
parent | a89f672e48cb3154447c78d71b19b6708ee91ec5 (diff) | |
download | lineage-sdk-83a7945dd5c8361f9f4a8747dbb9cab13fa2090a.tar.gz lineage-sdk-83a7945dd5c8361f9f4a8747dbb9cab13fa2090a.tar.bz2 lineage-sdk-83a7945dd5c8361f9f4a8747dbb9cab13fa2090a.zip |
Revert "cmsdk: Reenable permissions"
Remove allowViaWhitelist attributes. They're
no longer needed.
Author: Steve Kondik <steve@cyngn.com>
Date: Sun Sep 4 04:19:45 2016 -0700
cmsdk: Reenable permissions
Change-Id: I59057f5661cd2db6c4555f4d4b855ad4a903abc9
This reverts commit fe3b9f08428dab80426f111f7b698d717bfcbe02.
Change-Id: If1be5d3cc0f06e759e6090226312ea719625e0d2
-rw-r--r-- | lineage/res/AndroidManifest.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lineage/res/AndroidManifest.xml b/lineage/res/AndroidManifest.xml index 54f63d0f..00466d24 100644 --- a/lineage/res/AndroidManifest.xml +++ b/lineage/res/AndroidManifest.xml @@ -56,7 +56,6 @@ android:label="@string/permlab_modifyNetworkSettings" android:description="@string/permdesc_modifyNetworkSettings" android:icon="@drawable/ic_launcher_lineageos" - androidprv:allowViaWhitelist="true" android:protectionLevel="signature|privileged" /> <!-- Allows an app to make changes to the interruption mode sound settings --> @@ -195,8 +194,7 @@ <permission android:name="lineageos.permission.LIVE_LOCK_SCREEN_MANAGER_ACCESS_PRIVATE" android:label="@string/permlab_accessLiveLockScreenServicePrivate" android:description="@string/permdesc_accessLiveLockScreenServicePrivate" - android:protectionLevel="signature|privileged" - androidprv:allowViaWhitelist="true" /> + android:protectionLevel="signature|privileged" /> <!-- Permission required to be held for a service that provides a LiveLockScreenManagerService @hide --> @@ -236,8 +234,7 @@ <permission android:name="lineageos.permission.MANAGE_AUDIO_SESSIONS" android:label="@string/permlab_manage_audio_sessions" android:description="@string/permdesc_manage_audio_sessions" - android:protectionLevel="signature|privileged" - androidprv:allowViaWhitelist="true" /> + android:protectionLevel="signature|privileged" /> <!-- Allows an application to access the weather service. <p>Although the protection is normal, this permission should be required ONLY by those apps |