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

Commit 13f83030 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am 4a4f487e: am b6073c48: am 93ecb1f0: Merge "Settings: Fix wifi developer options summaries"

* commit '4a4f487e':
  Settings: Fix wifi developer options summaries
parents 5c012ec4 4a4f487e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -128,17 +128,17 @@

        <SwitchPreference
            android:key="wifi_verbose_logging"
            android:title="@string/wifi_verbose_logging" />
            android:title="@string/wifi_verbose_logging"
            android:summary="@string/wifi_verbose_logging_summary"/>

        <SwitchPreference
            android:key="wifi_aggressive_handover"
            android:title="@string/wifi_aggressive_handover" />
            android:title="@string/wifi_aggressive_handover"
            android:summary="@string/wifi_aggressive_handover_summary"/>

        <SwitchPreference
            android:key="wifi_allow_scan_with_traffic"
            android:title="@string/wifi_allow_scan_with_traffic" />
            android:title="@string/wifi_allow_scan_with_traffic"
            android:summary="@string/wifi_allow_scan_with_traffic_summary"/>

       <SwitchPreference