Created debug menu

This commit is contained in:
Pierre
2018-04-28 14:59:45 +02:00
parent ea6ffa6f6e
commit 1ba90958af
5 changed files with 30 additions and 1 deletions

View File

@ -8,4 +8,12 @@
android:title="@string/preference_background_notif_title"
android:summary="@string/preference_background_notif_summary"/>
<!-- Enable and / or disable debug mode -->
<SwitchPreference
android:defaultValue="false"
android:key="enable_debug_mode"
android:title="@string/preference_debug_mode_title"
android:summary="@string/preference_debug_mode_summary" />
</PreferenceScreen>