summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/config.xml
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-11-10 18:00:52 -0800
committerJoe Onorato <joeo@google.com>2010-11-15 11:52:33 -0800
commitfd52b18d9bf3cd62c7a07058536e9f97db65beea (patch)
tree4a9e863387cf1bc2e9141581c5e416dc9f5789c7 /packages/SystemUI/res/values/config.xml
parent645336a7427afc2613df4648d7c4159ab2ec4b0e (diff)
downloadframeworks_base-fd52b18d9bf3cd62c7a07058536e9f97db65beea.zip
frameworks_base-fd52b18d9bf3cd62c7a07058536e9f97db65beea.tar.gz
frameworks_base-fd52b18d9bf3cd62c7a07058536e9f97db65beea.tar.bz2
The beginnings of the new status bar.
There is a lot of rough stuff still, but most of the functionality is here again. Change-Id: I4b1241e61270f1434e798481afa83634233ee670
Diffstat (limited to 'packages/SystemUI/res/values/config.xml')
-rw-r--r--packages/SystemUI/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml
index 07cb52a..86beb14 100644
--- a/packages/SystemUI/res/values/config.xml
+++ b/packages/SystemUI/res/values/config.xml
@@ -33,7 +33,7 @@
<!-- 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" translatable="false">com.android.systemui.statusbar.PhoneStatusBarService</string>
+ <string name="config_statusBarComponent" translatable="false">com.android.systemui.statusbar.phone.PhoneStatusBar</string>
</resources>