diff options
author | Joe Onorato <joeo@android.com> | 2010-06-07 11:12:11 -0700 |
---|---|---|
committer | Joe Onorato <joeo@android.com> | 2010-06-09 14:33:29 -0700 |
commit | 9e875fcb55dad6795e823207693c5ca877941d3e (patch) | |
tree | f5044c92c2660ac12b276a9c6937d9b727c86e91 /core | |
parent | 8bc6c5141974dbc36a6fe416853f558921be9f24 (diff) | |
download | frameworks_base-9e875fcb55dad6795e823207693c5ca877941d3e.zip frameworks_base-9e875fcb55dad6795e823207693c5ca877941d3e.tar.gz frameworks_base-9e875fcb55dad6795e823207693c5ca877941d3e.tar.bz2 |
Start the status bar service based on a configuration option, instead of trampolining through
a braodcast receiver.
Change-Id: I6ae0740fea07350b80c35c0ee2d938e0364d773e
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values/config.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 1946388..a50a3b1 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -20,6 +20,10 @@ <!-- These resources are around just to allow their values to be customized for different hardware and product builds. --> <resources> + <!-- Component to be used as the status bar service. Must implement the IStatusBar + interface. This name is in the ComponentName flattened format (package/class) --> + <string name="config_statusBarComponent">com.android.systemui/com.android.systemui.statusbar.PhoneStatusBarService</string> + <!-- Flag indicating whether the surface flinger has limited alpha compositing functionality in hardware. If set, the window manager will disable alpha trasformation in animations where not |