Merge "Move Special access from Default apps to Apps & notifications."
diff --git a/res/xml/app_and_notification.xml b/res/xml/app_and_notification.xml
index e07dd17..adbd402 100644
--- a/res/xml/app_and_notification.xml
+++ b/res/xml/app_and_notification.xml
@@ -33,4 +33,10 @@
android:key="dashboard_tile_placeholder"
android:order="10"/>
+ <Preference
+ android:key="special_access"
+ android:fragment="com.android.settings.applications.SpecialAccessSettings"
+ android:title="@string/special_access"
+ android:order="20"/>
+
</PreferenceScreen>
\ No newline at end of file
diff --git a/res/xml/app_default_settings.xml b/res/xml/app_default_settings.xml
index 1733bab..3441d20 100644
--- a/res/xml/app_default_settings.xml
+++ b/res/xml/app_default_settings.xml
@@ -102,9 +102,4 @@
</com.android.settings.WorkOnlyCategory>
- <Preference
- android:key="special_access"
- android:fragment="com.android.settings.applications.SpecialAccessSettings"
- android:title="@string/special_access"/>
-
</PreferenceScreen>