Skip to content

Commit

Permalink
run LatinIME in systemui process to spare some resources (RAM)
Browse files Browse the repository at this point in the history
Change-Id: If5d95b186077ae267229b552c8346a412ca1762e
  • Loading branch information
nadlabak committed Apr 7, 2012
1 parent ae0c4ae commit 360546f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/Android.mk
Expand Up @@ -7,7 +7,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)

LOCAL_PACKAGE_NAME := LatinIME

LOCAL_CERTIFICATE := shared
LOCAL_CERTIFICATE := platform

LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime

Expand Down
4 changes: 2 additions & 2 deletions java/AndroidManifest.xml
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.inputmethod.latin">
package="com.android.inputmethod.latin" android:sharedUserId="android.uid.system">

<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.READ_USER_DICTIONARY" />
Expand All @@ -9,7 +9,7 @@

<application android:label="@string/english_ime_name"
android:backupAgent="LatinIMEBackupAgent"
android:killAfterRestore="false">
android:killAfterRestore="false" android:process="com.android.systemui">

<service android:name="LatinIME"
android:label="@string/english_ime_name"
Expand Down

0 comments on commit 360546f

Please sign in to comment.