Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80bb5c8c authored by Ellen Poe's avatar Ellen Poe
Browse files

Merge branch 'ellenhp/android_11_tts_fix' into 'main'

Declare tts queries in manifest

See merge request e/os/cardinal!47
parents 2a4574b8 8a28246d
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -72,5 +72,10 @@
        </activity>
    </application>

    <queries>
        <intent>
            <action android:name="android.intent.action.TTS_SERVICE" />
        </intent>
    </queries>

</manifest>