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

Commit 33aa65b3 authored by Neil Fuller's avatar Neil Fuller Committed by Android (Google) Code Review
Browse files

Merge "Remove restriction for "Use location..."" into sc-dev

parents b768489f 26d094b4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -53,11 +53,10 @@
        settings:keywords="@string/keywords_time_zone"/>

    <!-- This preference gets removed if location-based time zone detection is not supported -->
    <com.android.settingslib.RestrictedSwitchPreference
    <SwitchPreference
        android:key="location_time_zone_detection"
        android:title="@string/location_time_zone_detection_toggle_title"
        settings:controller="com.android.settings.datetime.LocationTimeZoneDetectionPreferenceController"
        settings:userRestriction="no_config_date_time"
    />

    <PreferenceCategory