Tracker debug info

This commit is contained in:
Koitharu
2024-04-11 10:19:32 +03:00
parent 59dd53c025
commit 4d7ff5f6cc
13 changed files with 323 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity
android:name=".tracker.ui.debug.TrackerDebugActivity"
android:label="@string/check_for_new_chapters" />
</application>
</manifest>