1
0
Fork 0

reorganized the Debug screen and moved the log messages to a separate screen

This commit is contained in:
sspanak 2024-09-04 18:04:27 +03:00 committed by Dimo Karaivanov
parent 3ecdd7020e
commit 1300f8b517
7 changed files with 129 additions and 112 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:tools="http://schemas.android.com/tools"
android:versionCode="659"
android:versionName="37.16"
android:versionCode="672"
android:versionName="37.29"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/> <!-- allows displaying notifications on Android >= 13 -->
@ -54,6 +54,16 @@
</intent-filter>
</activity>
<activity
android:label="Log Messages"
android:name="io.github.sspanak.tt9.preferences.LogsActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
android:excludeFromRecents="true"
android:label=""