Overlay external services start.

Change-Id: I725e69adfe220a0763574d0e92792f72379b5993
This commit is contained in:
Adnan Begovic 2015-04-29 15:07:04 -07:00
parent 7520a205fd
commit 4f810fe94a
1 changed files with 5 additions and 0 deletions

View File

@ -64,4 +64,9 @@
<item>users</item>
</string-array>
<!-- Defines external services to be started by the SystemServer at boot. The service itself
should publish as a binder services in its onStart -->
<string-array name="config_externalCMServices">
<item>org.cyanogenmod.platform.internal.CMStatusBarManagerService</item>
</string-array>
</resources>