diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-17 20:17:19 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-17 20:17:19 +0200 |
commit | f622fbfbf3a6f8985f681c268c64d07e7dcd3eb7 (patch) | |
tree | ed870475bbbcb01a50330485ea505a63302d6cd5 /res/xml | |
parent | 2097538559ca82d4c2336da63a5e45e10ca53af0 (diff) |
Implementier modprobe tun for more braindead images
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/general_settings.xml | 18 |
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 |