diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-30 17:17:36 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-30 17:17:36 +0200 |
commit | dddbf44d0c6934f0da791adc55ef13901cf8840e (patch) | |
tree | 1a07f2ec5f462aab8900969ee77503b53d58a08b /res/xml | |
parent | 97de0aad36c3ea71862927073717160e08e0eb06 (diff) |
Add fix for CM9 /dev/tun ownership (closes issue #35)
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/main_headers.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/res/xml/main_headers.xml b/res/xml/main_headers.xml index 030b5488..92740382 100644 --- a/res/xml/main_headers.xml +++ b/res/xml/main_headers.xml @@ -5,14 +5,9 @@ android:fragment="de.blinkt.openvpn.VPNProfileList" android:summary="@string/vpn_list_summary" android:title="@string/vpn_list_title" /> - - <!-- - <header - + <header android:fragment="de.blinkt.openvpn.GeneralSettings" android:title="@string/generalsettings" /> - --> - <header android:fragment="de.blinkt.openvpn.FaqFragment" android:summary="@string/faq_summary" |