diff options
author | Svetoslav <svetoslavganov@google.com> | 2015-06-23 17:13:26 -0700 |
---|---|---|
committer | Svetoslav Ganov <svetoslavganov@google.com> | 2015-06-24 00:56:44 +0000 |
commit | c5e43c508f415a72a77825ed260df60bdb048218 (patch) | |
tree | 1549d7ad17052e7420937ca9c338e8c11d5b8343 /docs | |
parent | 2eab06c38f1aa34f90c2a4b153a51f3c15310431 (diff) | |
download | frameworks_base-c5e43c508f415a72a77825ed260df60bdb048218.zip frameworks_base-c5e43c508f415a72a77825ed260df60bdb048218.tar.gz frameworks_base-c5e43c508f415a72a77825ed260df60bdb048218.tar.bz2 |
Only current IME and spell checker can access user dictionary
Change-Id: I6c5716d4d6ea9d5f55a71b6268d34f4faa3ac043
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/about/versions/android-4.1.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/about/versions/android-4.1.jd b/docs/html/about/versions/android-4.1.jd index 76b90ac..f8770fa 100644 --- a/docs/html/about/versions/android-4.1.jd +++ b/docs/html/about/versions/android-4.1.jd @@ -871,7 +871,7 @@ read access using this permission. If your application already requests write a automatically get read access as well. There is a new developer option to turn on read access restriction, for developers to test their applications against how Android will behave in the future.</dd> - <dt>{@link android.Manifest.permission#READ_USER_DICTIONARY}</dt> + <dt>android.Manifest.permission.READ_USER_DICTIONARY</dt> <dd>Allows an application to read the user dictionary. This should only be required by an IME, or a dictionary editor like the Settings app.</dd> <dt>{@link android.Manifest.permission#READ_CALL_LOG}</dt> @@ -879,7 +879,7 @@ IME, or a dictionary editor like the Settings app.</dd> incoming and outgoing calls.</dd> <dt>{@link android.Manifest.permission#WRITE_CALL_LOG}</dt> <dd>Allows an application to modify the system's call log stored on your phone</dd> - <dt>{@link android.Manifest.permission#WRITE_USER_DICTIONARY}</dt> + <dt>android.Manifest.permission.WRITE_USER_DICTIONARY</dt> <dd>Allows an application to write to the user's word dictionary.</dd> </dl> |