add new transproxy flush pref and strings
This commit is contained in:
parent
c78a8225d6
commit
186e74b5dc
|
@ -291,4 +291,7 @@
|
||||||
<string name="pref_transproxy_refresh_title">Transproxy Auto-Refresh</string>
|
<string name="pref_transproxy_refresh_title">Transproxy Auto-Refresh</string>
|
||||||
<string name="pref_transproxy_refresh_summary">Re-apply Transproxy rules when the network state changes</string>
|
<string name="pref_transproxy_refresh_summary">Re-apply Transproxy rules when the network state changes</string>
|
||||||
|
|
||||||
|
<string name="pref_transproxy_flush_title">Transproxy FORCE REMOVE</string>
|
||||||
|
<string name="pref_transproxy_flush_summary">Tap here to flush all transproxy network rules NOW</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -263,6 +263,11 @@ android:summary="@string/pref_transproxy_refresh_summary"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
android:title="@string/pref_transproxy_refresh_title"/>
|
android:title="@string/pref_transproxy_refresh_title"/>
|
||||||
|
|
||||||
|
<Preference
|
||||||
|
android:key="pref_transproxy_flush"
|
||||||
|
android:summary="@string/pref_transproxy_flush_summary"
|
||||||
|
android:enabled="true"
|
||||||
|
android:title="@string/pref_transproxy_flush_title"/>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
|
|
Loading…
Reference in New Issue