AndroidAPS/app/src/main/res/xml/pref_datachoices.xml

18 lines
619 B
XML
Raw Normal View History

2018-04-24 00:11:52 +02:00
<?xml version="1.0" encoding="utf-8"?>
2020-01-09 21:41:02 +01:00
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
2018-04-24 00:11:52 +02:00
2020-01-09 21:41:02 +01:00
<PreferenceCategory
android:title="@string/data_choices"
app:initialExpandedChildrenCount="0">
2018-04-24 00:11:52 +02:00
2020-01-09 21:41:02 +01:00
<SwitchPreference
android:defaultValue="true"
android:key="@string/key_enable_fabric"
android:summary="@string/allow_automated_crash_reporting"
android:title="@string/fabric_upload" />
2018-04-24 00:11:52 +02:00
</PreferenceCategory>
</androidx.preference.PreferenceScreen>