Option to toggle ssiv debug

This commit is contained in:
Koitharu
2025-03-26 19:24:32 +02:00
parent 7c4b91ddc4
commit 817ae68e67
2 changed files with 15 additions and 0 deletions

View File

@@ -4,6 +4,12 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">
<item
android:id="@+id/action_ssiv_debug"
android:checkable="true"
android:title="SSIV debug"
app:showAsAction="never"
tools:ignore="HardcodedText" />
<item
android:id="@+id/action_leakcanary"
android:checkable="true"