Merge "Move Special access from Default apps to Apps & notifications."
This commit is contained in:
committed by
Android (Google) Code Review
commit
5d53f98eaf
@@ -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>
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user