summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/xml/general_preferences.xml
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-05-01 03:11:50 +0200
committerKalimochoAz <calimochoazucarado@gmail.com>2012-05-01 03:11:50 +0200
commit8f1496f742f27fc1fd20852710c9d7146e5fae16 (patch)
tree7b5cd8a706a54cdcbbc3412e9ee8ff1a921d339b /GNexusParts/res/xml/general_preferences.xml
parent15f605f851ecf09ac387c7f116a01c5da953599a (diff)
downloaddevice_samsung_tuna-8f1496f742f27fc1fd20852710c9d7146e5fae16.zip
device_samsung_tuna-8f1496f742f27fc1fd20852710c9d7146e5fae16.tar.gz
device_samsung_tuna-8f1496f742f27fc1fd20852710c9d7146e5fae16.tar.bz2
Add control for fast USB Charge
Change-Id: I60e791ac3560f192d1dd3401fe79e36da577a512
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>