mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-08 11:02:54 +00:00
Created debug menu
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user