diff options
Diffstat (limited to 'res/xml/vpn_routing.xml')
-rw-r--r-- | res/xml/vpn_routing.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/xml/vpn_routing.xml b/res/xml/vpn_routing.xml index 298f488f..c547518b 100644 --- a/res/xml/vpn_routing.xml +++ b/res/xml/vpn_routing.xml @@ -24,6 +24,12 @@ android:dialogMessage="@string/custom_route_message" android:key="customRoutes" android:title="@string/custom_routes_title" /> + + <EditTextPreference + android:dependency="useDefaultRoute" + android:dialogMessage="@string/custom_route_message_excluded" + android:key="excludedRoutes" + android:title="@string/custom_routes_title_excluded" /> </PreferenceCategory> <PreferenceCategory android:title="@string/ipv6" > <CheckBoxPreference @@ -37,6 +43,12 @@ android:dialogMessage="@string/custom_route_message" android:key="customRoutesv6" android:title="@string/custom_routes_title" /> + + <EditTextPreference + android:dependency="useDefaultRoute" + android:dialogMessage="@string/custom_route_message_excluded" + android:key="excludedRoutesv6" + android:title="@string/custom_routes_title_excluded" /> </PreferenceCategory> </PreferenceScreen>
\ No newline at end of file |