Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
bfd3b8bf
Commit
bfd3b8bf
authored
14 years ago
by
Ken Wakasa
Browse files
Options
Downloads
Patches
Plain Diff
Restore the original-package entry to support overwrite-install with the old package name.
Change-Id: I1ddbcb3e1b41ef7d0e4017d7de11b600ec645197
parent
07865c05
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
java/Android.mk
+1
-1
1 addition, 1 deletion
java/Android.mk
java/AndroidManifest.xml
+1
-2
1 addition, 2 deletions
java/AndroidManifest.xml
with
2 additions
and
3 deletions
java/Android.mk
+
1
−
1
View file @
bfd3b8bf
...
...
@@ -15,7 +15,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := android-common
#LOCAL_AAPT_FLAGS := -0 .dict
# The following flag is required because we use a different package name
# com.google.android.inputmethod.latin
2
in the LatinIME sandbox.
# com.google.android.inputmethod.latin in the LatinIME sandbox.
LOCAL_AAPT_FLAGS
:=
--custom-package
com.android.inputmethod.latin
LOCAL_SDK_VERSION
:=
current
...
...
This diff is collapsed.
Click to expand it.
java/AndroidManifest.xml
+
1
−
2
View file @
bfd3b8bf
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.google.android.inputmethod.latin"
>
<!-- Do not override the default LatinIME for now -->
<!-- original-package android:name="com.android.inputmethod.latin" / -->
<original-package
android:name=
"com.android.inputmethod.latin"
/>
<uses-permission
android:name=
"android.permission.VIBRATE"
/>
<uses-permission
android:name=
"android.permission.READ_USER_DICTIONARY"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment