Update queries in manifest

This commit is contained in:
Koitharu
2023-06-23 16:14:41 +03:00
parent 2bcba1eb21
commit 4a7be70898
2 changed files with 12 additions and 2 deletions

View File

@@ -25,6 +25,16 @@
android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
tools:ignore="ScopedStorage" />
<queries>
<intent>
<action android:name="android.intent.action.PROCESS_TEXT" />
<data android:mimeType="text/plain" />
</intent>
<intent>
<action android:name="android.speech.action.RECOGNIZE_SPEECH" />
</intent>
</queries>
<application
android:name="org.koitharu.kotatsu.KotatsuApp"
android:allowBackup="true"