summaryrefslogtreecommitdiff
path: root/res/xml/general_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/general_settings.xml')
-rw-r--r--res/xml/general_settings.xml18
1 files changed, 13 insertions, 5 deletions
diff --git a/res/xml/general_settings.xml b/res/xml/general_settings.xml
index 69316d18..73b66b00 100644
--- a/res/xml/general_settings.xml
+++ b/res/xml/general_settings.xml
@@ -7,11 +7,6 @@
android:summary="@string/netchange_summary"
android:title="@string/netchange" />
<CheckBoxPreference
- android:defaultValue="false"
- android:key="useCM9Fix"
- android:summary="@string/owner_fix_summary"
- android:title="@string/owner_fix" />
- <CheckBoxPreference
android:defaultValue="true"
android:key="showlogwindow"
android:summary="@string/show_log_summary"
@@ -22,4 +17,17 @@
android:summary="@string/keppstatus_summary"
android:title="@string/keepstatus" />
+ <PreferenceCategory android:title="Device specifics Hacks" >
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="useCM9Fix"
+ android:summary="@string/owner_fix_summary"
+ android:title="@string/owner_fix" />
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="loadTunModule"
+ android:summary="@string/setting_loadtun_summary"
+ android:title="@string/setting_loadtun" />
+ </PreferenceCategory>
+
</PreferenceScreen> \ No newline at end of file