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

Commit a630a5f6 authored by Rhed Jao's avatar Rhed Jao
Browse files

Declaring package visibility needs for LatinIME

Bug: 179783492
Bug: 179783499
Bug: 216823971
Test: atest LatinIMETests
Change-Id: I309ffefe261049a5d3abce8e16829cd66f9123dc
parent 9415f52b
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -54,6 +54,13 @@
    <permission android:name="com.android.inputmethod.latin.HIDE_SOFT_INPUT"
         android:protectionLevel="signature"/>

    <!-- To query enabled input methods. -->
    <queries>
        <intent>
            <action android:name="android.view.InputMethod" />
        </intent>
    </queries>

    <application android:label="@string/english_ime_name"
         android:icon="@drawable/ic_launcher_keyboard"
         android:supportsRtl="true"
@@ -65,7 +72,8 @@
        <service android:name="LatinIME"
             android:label="@string/english_ime_name"
             android:permission="android.permission.BIND_INPUT_METHOD"
             android:exported="true">
             android:exported="true"
             android:visibleToInstantApps="true">
            <intent-filter>
                <action android:name="android.view.InputMethod"/>
            </intent-filter>