summaryrefslogtreecommitdiffstats
path: root/res/xml/power_usage_summary.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/power_usage_summary.xml')
-rw-r--r--res/xml/power_usage_summary.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/res/xml/power_usage_summary.xml b/res/xml/power_usage_summary.xml
index 0622513..3f39d47 100644
--- a/res/xml/power_usage_summary.xml
+++ b/res/xml/power_usage_summary.xml
@@ -17,6 +17,13 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/power_usage_summary_title"
- settings:keywords="@string/keywords_battery"
- android:key="app_list">
+ settings:keywords="@string/keywords_battery">
+
+ <com.android.settings.fuelgauge.BatteryHistoryPreference
+ android:key="battery_history" />
+
+ <PreferenceCategory
+ android:key="app_list"
+ android:title="@string/power_usage_list_summary" />
+
</PreferenceScreen>