mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Add queries block for voice ime detection
This commit is contained in:
parent
e6ac130706
commit
790f90622f
@ -192,4 +192,11 @@
|
||||
android:clearTaskOnLaunch="false"
|
||||
android:launchMode="singleInstance" />
|
||||
</application>
|
||||
|
||||
<!-- To query enabled input methods for voice IME detection -->
|
||||
<queries>
|
||||
<intent>
|
||||
<action android:name="android.view.InputMethod" />
|
||||
</intent>
|
||||
</queries>
|
||||
</manifest>
|
||||
|
Loading…
Reference in New Issue
Block a user