Add SettingsManagerService from cmsdk as a system service.
Change-Id: I0909a5fd49e8e042293719de93ebc8fbaaa1a196
This commit is contained in:
parent
74891faea9
commit
874defe2bc
@ -69,5 +69,6 @@
|
|||||||
<string-array name="config_externalCMServices">
|
<string-array name="config_externalCMServices">
|
||||||
<item>org.cyanogenmod.platform.internal.CMStatusBarManagerService</item>
|
<item>org.cyanogenmod.platform.internal.CMStatusBarManagerService</item>
|
||||||
<item>org.cyanogenmod.platform.internal.ProfileManagerService</item>
|
<item>org.cyanogenmod.platform.internal.ProfileManagerService</item>
|
||||||
|
<item>org.cyanogenmod.platform.internal.SettingsManagerService</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -5,3 +5,4 @@ torch u:object_r:system_server_service:s0
|
|||||||
killswitch u:object_r:system_server_service:s0
|
killswitch u:object_r:system_server_service:s0
|
||||||
cmstatusbar u:object_r:system_server_service:s0
|
cmstatusbar u:object_r:system_server_service:s0
|
||||||
profile u:object_r:system_server_service:s0
|
profile u:object_r:system_server_service:s0
|
||||||
|
cmsettings u:object_r:system_server_service:s0
|
||||||
|
Loading…
Reference in New Issue
Block a user