Detect other input methods - Fixes #251 (#325)

This commit is contained in:
BlackyHawky 2023-12-13 11:07:16 +01:00 committed by GitHub
parent 245ee27053
commit 44b4d72080
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,4 +147,11 @@
</receiver>
</application>
<queries>
<!-- To detect other IMEs -->
<intent>
<action android:name="android.view.InputMethod"/>
</intent>
</queries>
</manifest>