add new transproxy flush pref and strings

This commit is contained in:
Nathan Freitas 2014-08-21 09:47:51 -04:00
parent c78a8225d6
commit 186e74b5dc
2 changed files with 8 additions and 0 deletions

View File

@ -291,4 +291,7 @@
<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_flush_title">Transproxy FORCE REMOVE</string>
<string name="pref_transproxy_flush_summary">Tap here to flush all transproxy network rules NOW</string>
</resources>

View File

@ -263,6 +263,11 @@ android:summary="@string/pref_transproxy_refresh_summary"
android:enabled="true"
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