cmsdk: Add allowViaWhitelist to LLS_MANAGER_ACCESS_PRIVATE

Change-Id: Idee5bd602047c01f8e13cd7d5ddbe6fb151215a2
TICKET: CYNGNOS-2378
This commit is contained in:
d34d 2016-04-15 16:56:30 -07:00 committed by Gerrit Code Review
parent 462be9bc62
commit 8770189b8d
1 changed files with 2 additions and 1 deletions

View File

@ -184,7 +184,8 @@
<permission android:name="cyanogenmod.permission.LIVE_LOCK_SCREEN_MANAGER_ACCESS_PRIVATE"
android:label="@string/permlab_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
@hide -->