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 fe3b9f0842.
Change-Id: If1be5d3cc0f06e759e6090226312ea719625e0d2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user