1<manifest xmlns:android="http://schemas.android.com/apk/res/android"> 2 <queries> 3 <intent> 4 <!-- Required for text-to-speech if targeting API 30 --> 5 <action android:name="android.intent.action.TTS_SERVICE" /> 6 </intent> 7 </queries> 8</manifest> 9