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

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

Merge "Revert "Remove advanced button from location settings""

parents 15b6fbdc 7771fa5a
Loading
Loading
Loading
Loading
+43 −42
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@
     limitations under the License.
-->

<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
                  xmlns:settings="http://schemas.android.com/apk/res-auto"
        android:key="location_settings"
        android:title="@string/location_settings_title"
@@ -27,7 +26,9 @@
            android:selectable="false"
            settings:allowDividerBelow="true" />

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

            <!-- This preference category gets removed if new_recent_location_ui is disabled -->
            <Preference