diff options
| -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 |
