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

Commit c603e02d authored by Edgar Wang's avatar Edgar Wang Committed by Android (Google) Code Review
Browse files

Merge "Remove divider in Date & Time Settings" into sc-dev

parents 42e05a07 4f3ee932
Loading
Loading
Loading
Loading
+23 −18
Original line number Diff line number Diff line
@@ -38,6 +38,10 @@
        android:summary="@string/summary_placeholder"
        settings:userRestriction="no_config_date_time"/>

    <PreferenceCategory
        android:key="timezone_preference_category"
        android:title="@string/date_time_set_timezone_title">

        <com.android.settingslib.RestrictedSwitchPreference
            android:key="auto_zone"
            android:title="@string/zone_auto_title"
@@ -58,6 +62,7 @@
            android:title="@string/location_time_zone_detection_toggle_title"
            settings:controller="com.android.settings.datetime.LocationTimeZoneDetectionPreferenceController"
        />
    </PreferenceCategory>

    <PreferenceCategory
        android:key="time_format_preference_category"