cmsdk: Add allowViaWhitelist to LLS_MANAGER_ACCESS_PRIVATE
Change-Id: Idee5bd602047c01f8e13cd7d5ddbe6fb151215a2 TICKET: CYNGNOS-2378
This commit is contained in:
parent
462be9bc62
commit
8770189b8d
@ -184,7 +184,8 @@
|
|||||||
<permission android:name="cyanogenmod.permission.LIVE_LOCK_SCREEN_MANAGER_ACCESS_PRIVATE"
|
<permission android:name="cyanogenmod.permission.LIVE_LOCK_SCREEN_MANAGER_ACCESS_PRIVATE"
|
||||||
android:label="@string/permlab_accessLiveLockScreenServicePrivate"
|
android:label="@string/permlab_accessLiveLockScreenServicePrivate"
|
||||||
android:description="@string/permdesc_accessLiveLockScreenServicePrivate"
|
android:description="@string/permdesc_accessLiveLockScreenServicePrivate"
|
||||||
android:protectionLevel="signature|privileged" />
|
android:protectionLevel="signature|privileged"
|
||||||
|
androidprv:allowViaWhitelist="true" />
|
||||||
|
|
||||||
<!-- Permission required to be held for a service that provides a LiveLockScreenManagerService
|
<!-- Permission required to be held for a service that provides a LiveLockScreenManagerService
|
||||||
@hide -->
|
@hide -->
|
||||||
|
Loading…
Reference in New Issue
Block a user