Use res-auto as app xml namespace instead of settings.

This is necessary for SettingsIntelligence to parse settings:keywords
when indexing search stuff.

Bug: 64938328
Test: rerun tests
Change-Id: I0d8885c854852020dfa0b9faa3044d4a1b82f8f2
This commit is contained in:
Fan Zhang
2017-11-17 16:49:54 -08:00
parent 264b8b5c08
commit 74c61d1fef
59 changed files with 59 additions and 59 deletions

View 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