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

Commit b5f4aa91 authored by Maggie Wang's avatar Maggie Wang Committed by android-build-merger
Browse files

Merge "Add an Advanced button to location settings" into pi-dev

am: ff912223

Change-Id: Iaa51d5f9c3e2e4785183f667b47391a652089d60
parents e33a04e2 ff912223
Loading
Loading
Loading
Loading
+28 −24
Original line number Diff line number Diff line
@@ -31,11 +31,14 @@
            android:selectable="true"
            android:fragment="com.android.settings.location.RecentLocationRequestSeeAllFragment"/>

        <PreferenceCategory
            android:key="location_advanced_settings"
            settings:initialExpandedChildrenCount="1">

            <!-- This preference category gets removed if new_recent_location_ui is disabled -->
            <Preference
                android:key="app_level_permissions"
            android:title="@string/location_app_level_permissions"
            settings:allowDividerAbove="true">
                android:title="@string/location_app_level_permissions">
                <intent android:action="android.intent.action.MANAGE_PERMISSION_APPS">
                    <extra android:name="android.intent.extra.PERMISSION_NAME"
                           android:value="android.permission-group.LOCATION" />
@@ -58,6 +61,7 @@
            <PreferenceCategory
                android:key="location_services"
                android:title="@string/location_category_location_services"/>
        </PreferenceCategory>

        <PreferenceCategory
            android:key="location_footer"