Cherish:Launch default music player on headset connect [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
daneshm90
2022-08-26 18:53:47 +07:00
committed by Hưng Phan
parent 693fa1a354
commit 0e741b0832
2 changed files with 11 additions and 0 deletions

View File

@@ -18,4 +18,11 @@
android:title="@string/misc_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<!-- Launch music player when headset is connected -->
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="headset_connect_player"
android:title="@string/headset_connect_player_title"
android:summary="@string/headset_connect_player_summary"
android:defaultValue="false" />
</PreferenceScreen>