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

Commit 79924823 authored by jackmu95's avatar jackmu95
Browse files

Settings: Add summary for launch music app when headset is connected

This commit adds a summary for the 'launch music app when headset is
connected' feature. I made this change because in some languages
(e.g. German) the title to descripe this feature got to long for
one line. That just looked aweful.

Before: http://goo.gl/TNDX7
After:  http://goo.gl/PYVme

Change-Id: I67d74e4df5824a8bfaf13dbe708cdef87fbe738c
parent 37d0ca2b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -4874,7 +4874,6 @@
    <string name="volume_overlay_title">Volume panel style</string>
    <string name="volbtn_music_controls_title">Volume rocker music controls</string>
    <string name="volbtn_music_controls_summary">When screen off, long-pressing the volume rockers will seek music tracks</string>
    <string name="headset_connect_player_title">Launch music app on connect</string>
    <string name="volume_ring_only_description">Ringtone</string>
    <string name="ring_mode_title">Ring mode</string>
    <string name="ring_mode_normal">Normal</string>
@@ -5150,6 +5149,10 @@
    <string name="lockscreen_background_custom_image">Custom image</string>
    <string name="lockscreen_background_default_wallpaper">Default wallpaper</string>

    <!-- Launch music player when headset is connected -->
    <string name="headset_connect_player_title">Launch music app</string>
    <string name="headset_connect_player_summary">Launch the default music app when headset is connected</string>

    <!-- Safe headset volume restore checkbox -->
    <string name="safe_headset_volume_title">Safe headset volume</string>
    <string name="safe_headset_volume_summary">Prevent loud volume levels when headset is first plugged in</string>
+1 −0
Original line number Diff line number Diff line
@@ -149,6 +149,7 @@
    <CheckBoxPreference
            android:key="headset_connect_player"
            android:title="@string/headset_connect_player_title"
            android:summary="@string/headset_connect_player_summary"
            android:persistent="false" />

    <CheckBoxPreference