Move Special access from Default apps to Apps & notifications.

Update the apps settings xmls to move Special access up one level.

Change-Id: I5ac6ec65ce0a296c0152ce8a793e145b44c01f4a
Fix: 34976728
Test: Visual
This commit is contained in:
Doris Ling
2017-02-06 13:02:14 -08:00
parent 99f0b44440
commit 9cdae72ba9
2 changed files with 6 additions and 5 deletions

View File

@@ -33,4 +33,10 @@
android:key="dashboard_tile_placeholder" android:key="dashboard_tile_placeholder"
android:order="10"/> android:order="10"/>
<Preference
android:key="special_access"
android:fragment="com.android.settings.applications.SpecialAccessSettings"
android:title="@string/special_access"
android:order="20"/>
</PreferenceScreen> </PreferenceScreen>

View File

@@ -102,9 +102,4 @@
</com.android.settings.WorkOnlyCategory> </com.android.settings.WorkOnlyCategory>
<Preference
android:key="special_access"
android:fragment="com.android.settings.applications.SpecialAccessSettings"
android:title="@string/special_access"/>
</PreferenceScreen> </PreferenceScreen>