diff options
Diffstat (limited to 'docs/html/about/versions/android-1.6.jd')
-rw-r--r-- | docs/html/about/versions/android-1.6.jd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/about/versions/android-1.6.jd b/docs/html/about/versions/android-1.6.jd index 313b77a..8e97ff6 100644 --- a/docs/html/about/versions/android-1.6.jd +++ b/docs/html/about/versions/android-1.6.jd @@ -375,11 +375,11 @@ determining the density of the current device screen.</li> <li>{@link android.Manifest.permission#INSTALL_LOCATION_PROVIDER INSTALL_LOCATION_PROVIDER}: Allows an application to install a location provider into the Location Manager. </li> - <li>{@link android.Manifest.permission#READ_HISTORY_BOOKMARKS READ_HISTORY_BOOKMARKS}: - Allows an application to read (but not write) the user's browsing history + <li>READ_HISTORY_BOOKMARKS: + Allows an application to read (but not write) the user's browsing history and bookmarks. </li> - <li>{@link android.Manifest.permission#WRITE_HISTORY_BOOKMARKS WRITE_HISTORY_BOOKMARKS}: + <li>WRITE_HISTORY_BOOKMARKS: Allows an application to write (but not read) the user's browsing history and bookmarks. </li> |