]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/xml/preferences.xml
Implement Orbot proxy support. Fixes https://redmine.stoutner.com/issues/26.
[PrivacyBrowserAndroid.git] / app / src / main / res / xml / preferences.xml
index 4441ca6a5dfc3aed53ef8f3308be0028d46ca207..35d9ed1b6b4ec7c3a7413697da32a055940bcb67 100644 (file)
             android:summary="@string/do_not_track_summary"
             android:defaultValue="true" />
 
+        <SwitchPreference
+            android:key="proxy_through_orbot"
+            android:title="@string/proxy_through_orbot"
+            android:summary="@string/proxy_through_orbot_summary"
+            android:defaultValue="false" />
+
     </PreferenceCategory>
 
     <PreferenceCategory