]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/xml/preferences.xml
Release 1.10.
[PrivacyCell.git] / app / src / main / res / xml / preferences.xml
index d41c3ca096e315ee627f04ee67dfa62483464146..d49d9b65b22de88d7305100fbff73b75b1a0ea8f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2021-2022 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
@@ -28,7 +28,6 @@
         <SwitchPreferenceCompat
             app:key="@string/realtime_monitoring_key"
             app:title="@string/realtime_monitoring"
-            app:summary="@string/realtime_monitoring_summary"
             app:defaultValue="false" />
 
         <Preference
         <Preference
             app:key="@string/insecure_network_notification_key"
             app:title="@string/insecure_network_notification" />
+
+        <Preference
+            app:key="@string/antiquated_network_notification_key"
+            app:title="@string/antiquated_network_notification" />
+
+        <SwitchPreferenceCompat
+            app:key="@string/consider_3g_antiquated_key"
+            app:title="@string/consider_3g_antiquated"
+            app:summary="@string/consider_3g_antiquated_summary"
+            app:defaultValue="false" />
     </PreferenceCategory>
 
     <PreferenceCategory
@@ -50,4 +59,4 @@
             app:summary="@string/bottom_app_bar_summary"
             app:defaultValue="false" />
     </PreferenceCategory>
-</PreferenceScreen>
\ No newline at end of file
+</PreferenceScreen>