diff options
Diffstat (limited to 'main/src/main/res/xml/vpn_headers.xml')
-rw-r--r-- | main/src/main/res/xml/vpn_headers.xml | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/main/src/main/res/xml/vpn_headers.xml b/main/src/main/res/xml/vpn_headers.xml deleted file mode 100644 index 18b78c09..00000000 --- a/main/src/main/res/xml/vpn_headers.xml +++ /dev/null @@ -1,47 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Copyright (c) 2012-2014 Arne Schwabe - ~ Distributed under the GNU GPL v2. For full terms see the file doc/LICENSE.txt - --> - -<preference-headers xmlns:android="http://schemas.android.com/apk/res/android" > - - <header - android:fragment="de.blinkt.openvpn.fragments.Settings_Behaviour" - android:title="@string/client_behaviour" - /> - <header android:fragment="de.blinkt.openvpn.fragments.Settings_Connections" - android:title="Server List" /> - <header - android:id="@+id/basicsettingsid" - android:fragment="de.blinkt.openvpn.fragments.Settings_Basic" - android:title="@string/basic" /> - <!-- android:icon="@drawable/ic_settings_applications" --> - - <header - android:fragment="de.blinkt.openvpn.fragments.Settings_IP" - android:title="@string/ipdns" /> - <header - android:fragment="de.blinkt.openvpn.fragments.Settings_Routing" - android:title="@string/routing" /> - <header - android:fragment="de.blinkt.openvpn.fragments.Settings_Authentication" - android:title="@string/settings_auth" /> - - <header - android:fragment="de.blinkt.openvpn.fragments.Settings_Allowed_Apps" - android:title="Allowed Apps on VPN" - android:id="@+id/allowed_apps_header" - /> - <!-- android:icon="@drawable/ic_settings_display" --> - <header - android:fragment="de.blinkt.openvpn.fragments.Settings_Obscure" - android:summary="@string/obscure" - android:title="@string/advanced" > - </header> - <header - android:fragment="de.blinkt.openvpn.fragments.ShowConfigFragment" - android:summary="@string/generated_config_summary" - android:title="@string/generated_config" /> - -</preference-headers>
\ No newline at end of file |