1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-10 07:31:34 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_sony_headphones_pause_when_taken_off.xml

9 lines
392 B
XML
Raw Normal View History

2021-12-24 15:20:57 +01:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<SwitchPreference
android:defaultValue="false"
android:icon="@drawable/ic_pause"
android:key="pref_sony_pause_when_taken_off"
android:title="@string/sony_pause_when_taken_off" />
</androidx.preference.PreferenceScreen>