Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cdae72b authored by Doris Ling's avatar Doris Ling
Browse files

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
parent 99f0b444
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
+0 −5
Original line number Diff line number Diff line
@@ -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>