OSDN Git Service

Use res-auto as app xml namespace instead of settings.
authorFan Zhang <zhfan@google.com>
Sat, 18 Nov 2017 00:49:54 +0000 (16:49 -0800)
committerFan Zhang <zhfan@google.com>
Sat, 18 Nov 2017 00:49:54 +0000 (16:49 -0800)
This is necessary for SettingsIntelligence to parse settings:keywords
when indexing search stuff.

Bug: 64938328
Test: rerun tests
Change-Id: I0d8885c854852020dfa0b9faa3044d4a1b82f8f2

59 files changed:
res/xml/account_type_settings.xml
res/xml/apn_settings.xml
res/xml/app_and_notification.xml
res/xml/app_default_settings.xml
res/xml/app_list_disclosure_settings.xml
res/xml/app_notification_settings.xml
res/xml/app_ops_permissions_details.xml
res/xml/app_restrictions.xml
res/xml/backup_settings.xml
res/xml/captioning_settings.xml
res/xml/channel_notification_settings.xml
res/xml/date_time_prefs.xml
res/xml/development_settings.xml
res/xml/device_info_settings_v2.xml
res/xml/device_info_storage.xml
res/xml/device_info_storage_volume.xml
res/xml/display_settings.xml
res/xml/encryption_and_credential.xml
res/xml/enterprise_privacy_settings.xml
res/xml/enterprise_set_default_apps_settings.xml
res/xml/external_sources_details.xml
res/xml/high_power_details.xml
res/xml/language_and_input.xml
res/xml/location_settings.xml
res/xml/managed_profile_settings.xml
res/xml/network_and_internet.xml
res/xml/notification_group_settings.xml
res/xml/notification_settings.xml
res/xml/other_sound_settings.xml
res/xml/power_usage_advanced.xml
res/xml/power_usage_details.xml
res/xml/power_usage_summary.xml
res/xml/print_job_settings.xml
res/xml/print_settings.xml
res/xml/privacy_settings.xml
res/xml/reset_dashboard_fragment.xml
res/xml/security_settings.xml
res/xml/security_settings_chooser.xml
res/xml/security_settings_lockscreen.xml
res/xml/security_settings_lockscreen_profile.xml
res/xml/security_settings_password.xml
res/xml/security_settings_password_profile.xml
res/xml/security_settings_pattern.xml
res/xml/security_settings_pattern_profile.xml
res/xml/security_settings_pin.xml
res/xml/security_settings_pin_profile.xml
res/xml/security_settings_profile.xml
res/xml/security_settings_unification.xml
res/xml/sim_lock_settings.xml
res/xml/sound_settings.xml
res/xml/special_access.xml
res/xml/storage_dashboard_fragment.xml
res/xml/user_and_accounts_settings.xml
res/xml/user_details_settings.xml
res/xml/user_settings.xml
res/xml/vpn_app_management.xml
res/xml/wifi_configure_settings.xml
res/xml/wifi_settings.xml
res/xml/zen_mode_behavior_settings.xml

index 31f3f69..29f92ea 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
         android:title="@string/account_settings_title"
         settings:keywords="@string/keywords_accounts">
 
index 86a336c..98b45a1 100644 (file)
@@ -15,6 +15,6 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+        xmlns:settings="http://schemas.android.com/apk/res-auto"
         android:title="@string/apn_settings" android:key="apn_list">
 </PreferenceScreen>
index 3df469b..f08afa8 100644 (file)
@@ -17,7 +17,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:key="apps_and_notification_screen"
     android:title="@string/app_and_notification_dashboard_title"
     settings:initialExpandedChildrenCount="4">
index 4d5c9d7..698ab0c 100644 (file)
@@ -17,7 +17,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:key="app_default_settings_screen"
     android:title="@string/app_default_dashboard_title">
 
index 1daf15d..0874407 100644 (file)
@@ -16,7 +16,7 @@
   -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
                   android:key="app_list_disclosure_settings">
     <PreferenceCategory
             android:key="dashboard_tile_placeholder"/>
index 00a9142..b21d168 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
+        xmlns:settings="http://schemas.android.com/apk/res-auto">
 
     <com.android.settings.applications.LayoutPreference
         android:key="pref_app_header"
index c36f44e..743090f 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
+    xmlns:settings="http://schemas.android.com/apk/res-auto">
 
     <SwitchPreference
         android:key="app_ops_settings_switch" />
index ddc911d..3515fc1 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
         android:title="@string/application_restrictions"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
+        xmlns:settings="http://schemas.android.com/apk/res-auto">
 
     <Preference
         android:key="user_info"
index 30792bc..523c2dc 100644 (file)
@@ -16,7 +16,7 @@
   -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:title="@string/privacy_settings_title">
 
     <!-- Backup settings provided by the backup transport or the default settings -->
index 5ba89cf..3129738 100644 (file)
@@ -16,7 +16,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:fragment="com.android.settings.accessibility.CaptionPropertiesFragment"
     android:key="captioning_preference_screen"
     android:title="@string/accessibility_captioning_title" >
index aaadce4..fb2705a 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" >
+        xmlns:settings="http://schemas.android.com/apk/res-auto" >
 
     <com.android.settings.applications.LayoutPreference
         android:key="pref_app_header"
index a26136f..d74e8c2 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:key="date_time_settings_screen"
     android:title="@string/date_and_time"
     settings:keywords="@string/keywords_date_and_time">
index 9857280..2ca1ced 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+        xmlns:settings="http://schemas.android.com/apk/res-auto"
         android:key="development_prefs_screen"
         android:title="@string/development_settings_title">
 
index 9a48e96..d5c0c99 100644 (file)
@@ -17,7 +17,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:key="device_info_pref_screen"
     android:title="@string/about_settings"
     settings:initialExpandedChildrenCount="6">
index 19c5982..d5cce39 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:title="@string/storage_settings"
     settings:keywords="@string/keywords_storage">
 
index 35435d7..cb02d9a 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:title="@string/storage_settings"
     settings:keywords="@string/keywords_storage">
 
index a6efb5c..f9f5d2b 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:key="display_settings_screen"
     android:title="@string/display_settings"
     settings:keywords="@string/keywords_display"
index 3e3130c..c60c5b5 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:title="@string/encryption_and_credential_settings_title"
     android:key="encryption_and_credentials_screen">
 
index ffdf630..4fa50e7 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
                   android:key="enterprise_privacy_settings"
                   android:title="@string/enterprise_privacy_settings">
 
index b006f46..474a5c9 100644 (file)
@@ -16,7 +16,7 @@
   -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
                   android:key="enterprise_set_default_apps_settings">
     <PreferenceCategory
             android:key="dashboard_tile_placeholder"/>
index 6bc7390..9e79c10 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+        xmlns:settings="http://schemas.android.com/apk/res-auto"
         android:title="@string/install_other_apps">
 
     <com.android.settingslib.RestrictedSwitchPreference
index d0aae54..6eba78e 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:title="@string/high_power_apps">
 
     <SwitchPreference
index 24006c2..d5bb29c 100644 (file)
@@ -17,7 +17,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:key="language_and_input_settings_screen"
     android:title="@string/language_settings"
     settings:initialExpandedChildrenCount="3" >
index 77063bd..96fe905 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
         android:key="location_settings"
         android:title="@string/location_settings_title"
         settings:keywords="@string/keywords_location">
index db3eb41..58fcd88 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
                   android:title="@string/managed_profile_settings_title">
 
     <SwitchPreference
index 6dfd06b..bc027d3 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:key="network_and_internet_screen"
     android:title="@string/network_dashboard_title">
 
index c138197..0d4184d 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
+        xmlns:settings="http://schemas.android.com/apk/res-auto">
 
     <com.android.settings.applications.LayoutPreference
         android:key="pref_app_header"
index b2f1d3d..85952e9 100644 (file)
@@ -15,6 +15,6 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
+        xmlns:settings="http://schemas.android.com/apk/res-auto">
 
 </PreferenceScreen>
index da67d03..6eca62c 100644 (file)
@@ -17,7 +17,7 @@
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
         android:title="@string/other_sound_settings"
         android:key="other_sound_settings"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
+        xmlns:settings="http://schemas.android.com/apk/res-auto">
 
     <!-- Dial pad tones -->
     <SwitchPreference
index 67c7857..b31eb40 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:key="power_usage_advanced_screen"
     android:title="@string/advanced_battery_title"
     settings:keywords="@string/keywords_battery">
index 86aa4f5..85a2ce7 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
+    xmlns:settings="http://schemas.android.com/apk/res-auto">
 
         <com.android.settings.applications.LayoutPreference
             android:key="two_buttons"
index 57195f9..80179c0 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:key="power_usage_summary_screen"
     android:title="@string/power_usage_summary_title"
     settings:keywords="@string/keywords_battery">
index 5550478..32a80a7 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+        xmlns:settings="http://schemas.android.com/apk/res-auto"
         android:title="@string/print_print_job">
 
     <Preference
index fe8cac1..75a767a 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:key="print_settings_screen"
     android:title="@string/print_settings_title"
     settings:keywords="@string/keywords_printing">
index 715f33b..a25933b 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:title="@string/privacy_settings_title">
 
     <!-- Backup settings -->
index 2761496..1b8dc68 100644 (file)
@@ -17,7 +17,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:title="@string/reset_dashboard_title"
     android:key="reset_dashboard_fragment_screen">
 
index aa4ca9d..31f2334 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:key="security_dashboard_page"
     android:title="@string/security_settings_title"
     settings:initialExpandedChildrenCount="9">
index 772057a..360e620 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
                   android:key="security_settings_chooser_screen"
                   android:title="@string/security_settings_title">
 
index 0d2e3e8..56410fb 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
                   android:key="security_settings_lockscreen_screen"
                   android:title="@string/security_settings_title">
 
index 34e6653..a0c3f02 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
                   android:key="security_settings_lockscreen_profile_screen"
                   android:title="@string/security_settings_title">
 
index e9e3bde..26077c7 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
                   android:key="security_settings_password_screen"
                   android:title="@string/lock_settings_picker_title">
 
index 3e5701d..257b234 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
                   android:key="security_settings_password_profile_screen"
                   android:title="@string/security_settings_title">
 
index d55d6b8..9b7482f 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
                   android:key="security_settings_pattern_screen"
                   android:title="@string/lock_settings_picker_title">
 
index 7387743..e095486 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
                   android:key="security_settings_pattern_profile_screen"
                   android:title="@string/security_settings_title">
 
index f7705b7..780ca19 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
                   android:title="@string/lock_settings_picker_title">
 
     <PreferenceCategory
index ae32535..071b2f5 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
                   android:key="security_settings_pin_profile_screen"
                   android:title="@string/security_settings_title">
 
index 55dd8ef..9870e30 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
                   android:title="@string/lock_settings_picker_title">
 
     <PreferenceCategory
index 79b8b7d..43b8b09 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+                  xmlns:settings="http://schemas.android.com/apk/res-auto"
                   android:title="@string/security_settings_title">
 
     <SwitchPreference
index 0246ea2..2b823f9 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+        xmlns:settings="http://schemas.android.com/apk/res-auto"
         android:title="@string/sim_lock_settings">
 
     <SwitchPreference
index db88a8f..616a08c 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:title="@string/sound_settings"
     android:key="sound_settings"
     settings:keywords="@string/keywords_sounds"
index f6617db..6adfc93 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen
         xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+        xmlns:settings="http://schemas.android.com/apk/res-auto"
         android:key="special_app_access_screen"
         android:title="@string/special_access">
 
index 3ed9c37..22d3d4c 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:key="storage_dashboard_screen"
     android:title="@string/storage_settings"
     android:orderingFromXml="false">
index 354d9e9..7f82f43 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:key="user_and_account_settings_screen"
     android:title="@string/account_dashboard_title"
     settings:keywords="@string/keywords_accounts">
index 44ec064..09154c4 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
+        xmlns:settings="http://schemas.android.com/apk/res-auto">
 
     <SwitchPreference
             android:key="enable_calling"
index 7dc3d4e..cf68344 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+        xmlns:settings="http://schemas.android.com/apk/res-auto"
         android:title="@string/user_settings_title">
 
     <PreferenceCategory
index 79f1fc2..e18a074 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
+        xmlns:settings="http://schemas.android.com/apk/res-auto">
 
         <Preference
                 android:key="version"
index 322e2a5..e58d319 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen
         xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+        xmlns:settings="http://schemas.android.com/apk/res-auto"
         android:key="wifi_configure_settings_screen"
         android:title="@string/wifi_configure_settings_preference_title">
 
index a33f77b..e391bcd 100644 (file)
@@ -16,7 +16,7 @@
 
 <PreferenceScreen
         xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+        xmlns:settings="http://schemas.android.com/apk/res-auto"
         android:title="@string/wifi_settings"
         settings:keywords="@string/keywords_wifi">
 
index 999d6b4..01e874d 100644 (file)
@@ -17,7 +17,7 @@
 
 <PreferenceScreen
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+    xmlns:settings="http://schemas.android.com/apk/res-auto"
     android:key="zen_mode_behavior_settings_page"
     android:title="@string/zen_mode_behavior_settings_title"
     settings:initialExpandedChildrenCount="7">