mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-26 02:50:58 +00:00
change query for other IME packages
should fix GH-1340
This commit is contained in:
parent
a1e05c847e
commit
549675d8d7
1 changed files with 3 additions and 1 deletions
|
@ -98,7 +98,9 @@ SPDX-License-Identifier: Apache-2.0 AND GPL-3.0-only
|
|||
<queries>
|
||||
<!-- To detect other IMEs -->
|
||||
<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>
|
||||
</queries>
|
||||
</manifest>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue