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

Commit 5d53f98e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Move Special access from Default apps to Apps & notifications."

parents 5ac6ed8f 9cdae72b
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -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>
 No newline at end of file
+0 −5
Original line number Original line Diff line number Diff line
@@ -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>