mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Show notification on crash for debug builds
This commit is contained in:
@@ -364,6 +364,13 @@
|
||||
android:layout="@layout/preference_checkbox"
|
||||
android:title="@string/pref_write_logfiles"
|
||||
app:iconSpaceReserved="false" />
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:key="crash_notification"
|
||||
android:layout="@layout/preference_checkbox"
|
||||
android:summary="@string/pref_crash_notification_summary"
|
||||
android:title="@string/pref_crash_notification_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="true"
|
||||
android:key="permission_pestering"
|
||||
|
||||
Reference in New Issue
Block a user