summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/xml/general_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'GNexusParts/res/xml/general_preferences.xml')
-rw-r--r--GNexusParts/res/xml/general_preferences.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/GNexusParts/res/xml/general_preferences.xml b/GNexusParts/res/xml/general_preferences.xml
index fc07c42..2bf2c43 100644
--- a/GNexusParts/res/xml/general_preferences.xml
+++ b/GNexusParts/res/xml/general_preferences.xml
@@ -2,8 +2,12 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<!-- General settings -->
- <PreferenceCategory android:key="category_cpu"
- android:title="@string/category_cpu_title">
+ <PreferenceCategory android:key="category_system"
+ android:title="@string/category_system_title">
+
+ <CheckBoxPreference android:key="fast_charge_usb"
+ android:title="@string/usb_fastcharge_title_head"
+ android:summary="@string/usb_fastcharge_summary_head" />
</PreferenceCategory>