hotfix: resolve compatibility issues with Android Text-to-Speech API (#1394)

This commit is contained in:
Huang Xin
2025-06-14 21:39:12 +08:00
committed by GitHub
parent 89d48c72b0
commit 84328dcfb2
7 changed files with 51 additions and 30 deletions
@@ -1,3 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<queries>
<intent>
<action android:name="android.intent.action.TTS_SERVICE" />
</intent>
</queries>
</manifest>