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:
@@ -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>
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user