summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2015-06-05 14:20:50 -0700
committerSvet Ganov <svetoslavganov@google.com>2015-06-11 18:59:25 -0700
commitbfa216ac261dd3c5035ad38795650ce5f4ce6fb7 (patch)
tree0c8d1cd3049a742fcc25836893b10f38f793b095 /docs/html
parente545bd36a483b51ef681ea063f7bda9352adb4d4 (diff)
downloadframeworks_base-bfa216ac261dd3c5035ad38795650ce5f4ce6fb7.zip
frameworks_base-bfa216ac261dd3c5035ad38795650ce5f4ce6fb7.tar.gz
frameworks_base-bfa216ac261dd3c5035ad38795650ce5f4ce6fb7.tar.bz2
Remove bookmarks provider and associated permissions - framework
Change-Id: I7f5a2f14a12da473f05a5075d98e762f8f8ed970
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/about/versions/android-1.6.jd6
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>