1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-17 02:44:04 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_disable_find_phone_with_dnd.xml
2024-01-07 23:18:08 +01:00

8 lines
369 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<SwitchPreferenceCompat
android:defaultValue="false"
android:icon="@drawable/ic_notifications"
android:key="disable_find_phone_with_dnd"
android:title="@string/pref_disable_find_phone_with_dnd" />
</PreferenceScreen>