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

Commit 8608f6b0 authored by Fan Zhang's avatar Fan Zhang Committed by Android (Google) Code Review
Browse files

Merge "Update wi-fi hotspot min length of summary to 2" into pi-dev

parents 981569f5 91268875
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -19,11 +19,12 @@
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:title="@string/tether_settings_title_all">

    <Preference
    <com.android.settings.widget.FixedLineSummaryPreference
        android:key="wifi_tether"
        android:title="@string/wifi_hotspot_checkbox_text"
        android:summary="@string/summary_two_lines_placeholder"
        android:fragment="com.android.settings.wifi.tether.WifiTetherSettings" />
        android:fragment="com.android.settings.wifi.tether.WifiTetherSettings"
        settings:summaryLineCount="2" />

    <SwitchPreference
        android:key="usb_tether_settings"