Debug menu for debug builds

This commit is contained in:
Koitharu
2025-07-13 13:04:18 +03:00
parent 30aaca6341
commit 3e36e1e11c
13 changed files with 111 additions and 121 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceScreen
android:fragment="org.koitharu.kotatsu.settings.DebugSettingsFragment"
android:icon="@drawable/ic_debug"
android:key="debug"
android:title="@string/debug" />
</androidx.preference.PreferenceScreen>