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

Commit 0f0c45c4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Align same wording style with Settings main switch"

parents 5e793629 b39fb9d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5132,6 +5132,8 @@
    <string name="adaptive_connectivity_title">Adaptive connectivity</string>
    <!-- Summary of Adaptive connectivity preference. [CHAR LIMIT=NONE] -->
    <string name="adaptive_connectivity_summary">Extends battery life and improves device performance by automatically managing your network connections</string>
    <!-- Title for adaptive connectivity main switch preferences. [CHAR LIMIT=50] -->
    <string name="adaptive_connectivity_main_switch_title">Use adaptive connectivity</string>
    <!-- Title of preference group for credential storage settings [CHAR LIMIT=30] -->
    <string name="credentials_title">Credential storage</string>
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@

    <com.android.settingslib.widget.MainSwitchPreference
        android:key="adaptive_connectivity"
        android:title="@string/adaptive_connectivity_title"
        android:title="@string/adaptive_connectivity_main_switch_title"
        settings:controller="com.android.settings.network.AdaptiveConnectivityTogglePreferenceController"/>

</PreferenceScreen>