]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/xml/preferences.xml
Add option to remove Google Analytics from URLs. https://redmine.stoutner.com/issues/414
[PrivacyBrowserAndroid.git] / app / src / main / res / xml / preferences.xml
index af3e7a50d204ef57960795deb41c9a81f5662193..dc8ffcba3db3e496cf51e3beb808fc7ec198d40e 100644 (file)
             android:defaultValue="false" />
     </PreferenceCategory>
 
+    <PreferenceCategory
+        android:key="url_modification"
+        android:title="@string/url_modification" >
+
+        <SwitchPreference
+            android:key="google_analytics"
+            android:title="@string/google_analytics"
+            android:summary="@string/google_analytics_summary"
+            android:defaultValue="true" />
+    </PreferenceCategory>
+
     <PreferenceCategory
         android:key="tor"
         android:title="@string/tor" >