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

Commit 53f56dde authored by satok's avatar satok Committed by Android (Google) Code Review
Browse files

Merge "Change the application name of aosp latin ime"

parents a8c8ab1c c1da6566
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
    <uses-permission android:name="android.permission.READ_USER_DICTIONARY" />
    <uses-permission android:name="android.permission.READ_CONTACTS" />

    <application android:label="@string/english_ime_name"
    <application android:label="@string/aosp_android_keyboard_ime_name"
            android:icon="@drawable/ic_ime_settings"
            android:backupAgent="BackupAgent"
            android:killAfterRestore="false">

        <service android:name="LatinIME"
                android:label="@string/english_ime_name"
                android:label="@string/aosp_android_keyboard_ime_name"
                android:permission="android.permission.BIND_INPUT_METHOD">
            <intent-filter>
                <action android:name="android.view.InputMethod" />
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Title for Latin keyboard  -->
    <string name="english_ime_name">Android keyboard</string>
    <!-- Application name for opensource Android keyboard. AOSP(Android Open Source Project) should not be translated. -->
    <string name="aosp_android_keyboard_ime_name">Android keyboard (AOSP)</string>
    <!-- Title for Latin keyboard settings activity / dialog -->
    <string name="english_ime_settings">Android keyboard settings</string>
    <!-- Title for Latin keyboard input options dialog [CHAR LIMIT=25] -->