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

Commit a6f821c0 authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Tether screen cleanup

am: 20ae31e8

Change-Id: I5294531666526a05d07db15ff208eedec3504970
parents 4516644b 20ae31e8
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@

    <SwitchPreference
        android:key="enable_wifi_ap"
        android:title="@string/wifi_tether_checkbox_text" />
        android:title="@string/wifi_tether_checkbox_text"
        android:summary="@string/summary_two_lines_placeholder" />

    <Preference
        android:key="wifi_ap_ssid_and_security"
@@ -34,7 +35,7 @@
        android:key="enable_bluetooth_tethering"
        android:title="@string/bluetooth_tether_checkbox_text" />

    <com.android.settings.DividerPreference
    <Preference
        android:key="disabled_on_data_saver"
        android:summary="@string/tether_settings_disabled_on_data_saver"
        android:selectable="false"
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ import android.os.Handler;
import android.os.UserManager;
import android.support.v14.preference.SwitchPreference;
import android.support.v7.preference.Preference;
import android.support.v7.preference.PreferenceScreen;
import android.util.Log;

import com.android.internal.logging.nano.MetricsProto.MetricsEvent;