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

Commit b248c2f7 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Remove the shared uid for LatinIME

Bug: 2512241

Since we cannot market update apps with shared uid, had to be removed.

Added READ_CONTACTS permission, now that it has a non-shared uid.
parent c3413faf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="com.android.inputmethod.latin"
        android:sharedUserId="android.uid.shared">
        package="com.android.inputmethod.latin">

    <original-package android:name="com.android.inputmethod.latin" />

@@ -8,6 +7,7 @@
    <uses-permission android:name="android.permission.READ_USER_DICTIONARY" />
    <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY" />
    <uses-permission android:name="android.permission.RECORD_AUDIO" />
    <uses-permission android:name="android.permission.READ_CONTACTS" />

    <application android:label="@string/english_ime_name"
            android:backupAgent="LatinIMEBackupAgent"