]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/xml/preferences.xml
Add a SharedPreferencesChangeListener.
[PrivacyBrowserAndroid.git] / app / src / main / res / xml / preferences.xml
index e2ccb7dce3ac062c3a681290fb489df29246baf4..bc300f002268bdc8ca9ad77aa6cec9a6d546e0b1 100644 (file)
             android:defaultValue="false" />
 
         <SwitchPreference
-            android:key="dom_storage_enabled"
-            android:title="@string/dom_storage_preference"
-            android:summary="@string/dom_storage_preference_summary"
+            android:key="first_party_cookies_enabled"
+            android:title="@string/first_party_cookies_preference"
+            android:summary="@string/first_party_cookies_preference_summary"
             android:defaultValue="false" />
 
         <SwitchPreference
-            android:key="cookies_enabled"
-            android:title="@string/cookies_preference"
-            android:summary="@string/cookies_preference_summary"
+            android:key="third_party_cookies_enabled"
+            android:title="@string/third_party_cookies_preference"
+            android:summary="@string/third_party_cookies_summary"
+            android:defaultValue="false" />
+
+        <SwitchPreference
+            android:key="dom_storage_enabled"
+            android:title="@string/dom_storage_preference"
+            android:summary="@string/dom_storage_preference_summary"
             android:defaultValue="false" />
     </PreferenceCategory>
 
@@ -49,8 +55,8 @@
         <EditTextPreference
             android:key="homepage"
             android:title="@string/homepage_preference"
-            android:summary="@string/homepage_preference_summary"
             android:defaultValue="https://www.duckduckgo.com"
-            android:singleLine="true"/>
+            android:inputType="textUri"
+            android:singleLine="true" />
     </PreferenceCategory>
 </PreferenceScreen>
\ No newline at end of file