LLS: Add live lock screen service [3/4]

Change-Id: I9136e9c9c1413c45aa300f0c92fd69b0c409a052
This commit is contained in:
d34d 2016-03-08 09:12:04 -08:00 committed by Gerrit Code Review
parent ce22225328
commit 2cf159cdf9
3 changed files with 4 additions and 1 deletions

View File

@ -154,7 +154,8 @@ PRODUCT_PACKAGES += \
CMUpdater \
CyanogenSetupWizard \
CMSettingsProvider \
ExactCalculator
ExactCalculator \
LiveLockScreenService
# Exchange support
PRODUCT_PACKAGES += \

View File

@ -11,3 +11,4 @@ type cm_app_suggest_service, system_api_service, system_server_service, service_
type cm_performance_service, system_api_service, system_server_service, service_manager_type;
type cm_themes_service, system_api_service, system_server_service, service_manager_type;
type cm_iconcache_service, system_api_service, system_server_service, service_manager_type;
type cm_livelockscreen_service, system_api_service, system_server_service, service_manager_type;

View File

@ -11,3 +11,4 @@ cmappsuggest u:object_r:cm_app_suggest_service:s0
cmperformance u:object_r:cm_performance_service:s0
cmthemes u:object_r:cm_themes_service:s0
cmiconcache u:object_r:cm_iconcache_service:s0
cmlivelockscreen u:object_r:cm_livelockscreen_service:s0