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
492557e4
Commit
492557e4
authored
11 years ago
by
Satoshi Kataoka
Browse files
Options
Downloads
Patches
Plain Diff
Add permissions for personalization
Bug: 8683365 Change-Id: Ia74d730a6b778c0e647794efc8c3a810c715902c
parent
df2eae6e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/AndroidManifest.xml
+6
-4
6 additions, 4 deletions
java/AndroidManifest.xml
with
6 additions
and
4 deletions
java/AndroidManifest.xml
+
6
−
4
View file @
492557e4
...
...
@@ -20,14 +20,16 @@
<uses-sdk
android:minSdkVersion=
"14"
android:targetSdkVersion=
"17"
/>
<uses-permission
android:name=
"android.permission.VIBRATE"
/>
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
<uses-permission
android:name=
"android.permission.
READ_USER_D
ICTION
ARY
"
/>
<uses-permission
android:name=
"android.permission.
WRITE_USER_DICTIONARY
"
/>
<uses-permission
android:name=
"android.permission.
DOWNLOAD_WITHOUT_NOTIF
IC
A
TION"
/>
<uses-permission
android:name=
"android.permission.
GET_ACCOUNTS
"
/>
<uses-permission
android:name=
"android.permission.READ_CONTACTS"
/>
<uses-permission
android:name=
"android.permission.READ_PROFILE"
/>
<uses-permission
android:name=
"android.permission.READ_USER_DICTIONARY"
/>
<uses-permission
android:name=
"android.permission.RECEIVE_BOOT_COMPLETED"
/>
<uses-permission
android:name=
"android.permission.VIBRATE"
/>
<uses-permission
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.
DOWNLOAD_WITHOUT_NOTIF
IC
A
TION"
/>
<uses-permission
android:name=
"android.permission.
WRITE_USER_D
ICTION
ARY
"
/>
<application
android:label=
"@string/english_ime_name"
android:icon=
"@mipmap/ic_ime_settings"
...
...
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