change query for other IME packages

should fix GH-1340
This commit is contained in:
Helium314 2025-05-10 15:50:58 +02:00
parent a1e05c847e
commit 549675d8d7

View file

@ -98,7 +98,9 @@ SPDX-License-Identifier: Apache-2.0 AND GPL-3.0-only
<queries> <queries>
<!-- To detect other IMEs --> <!-- To detect other IMEs -->
<intent> <intent>
<action android:name="android.view.InputMethod"/> <!-- changed to * as it's supposed to help with finding other keyboard apps, see https://github.com/Helium314/HeliBoard/issues/1340 -->
<!--<action android:name="android.view.InputMethod" />-->
<action android:name="*" />
</intent> </intent>
</queries> </queries>
</manifest> </manifest>