Use the correct resource id for Battery use shortcut title.

Bug: 3399262

When displaying a list of shortcuts to settings screens, "Storage
settings" was used instead of "Battery use".

Change-Id: I4d445f188fc45d66623dc83e9eb2f9b045899561
This commit is contained in:
Amith Yamasani
2011-01-27 14:58:21 -08:00
parent 1f5be05ee5
commit 3e9ab63c60

View File

@@ -1016,7 +1016,7 @@
<activity android:name="Settings$PowerUsageSummaryActivity"
android:theme="@android:style/Theme.Holo"
android:label="@string/storage_settings_title">
android:label="@string/power_usage_summary_title">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.POWER_USAGE_SUMMARY" />