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 | aadf9c06d74fbb41af7be39661055fd367b4c643 (patch) | |
tree | 3d4625d3721b42f7fdfcede0c0ce069d09f1c0d5 /res/xml/general_settings.xml | |
parent | 7fe13897bf2ba07ac553b3a47cb5cf66c766f67d (diff) |
Implementier modprobe tun for more braindead images
Diffstat (limited to 'res/xml/general_settings.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 |