summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Main <smain@google.com> 2011-10-19 12:04:13 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2011-10-19 12:04:13 -0700
commitb51541f6792df1364e8c010d5b5190846b924bd2 (patch)
tree47777271cd1b109a3f5f2af86925e9a1f27f504f
parentdc1269b5469e3d2b12c8f355b136e0d8f9a2608f (diff)
parent47bc0feace5b842b3b8bf07b88e41ff658667bb3 (diff)
am 47bc0fea: docs: fix typo in platform notes issue 5481512
* commit '47bc0feace5b842b3b8bf07b88e41ff658667bb3': docs: fix typo in platform notes issue 5481512
-rw-r--r--docs/html/sdk/android-4.0.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/sdk/android-4.0.jd b/docs/html/sdk/android-4.0.jd
index da40d5272a65..90319878ad3f 100644
--- a/docs/html/sdk/android-4.0.jd
+++ b/docs/html/sdk/android-4.0.jd
@@ -158,7 +158,7 @@ contacts in this table are then aggregated into the single user-visible profile
<p>Adding a new raw contact for the profile requires the {@link
android.Manifest.permission#WRITE_PROFILE} permission. Likewise, in order to read from the profile
table, you must request the {@link android.Manifest.permission#READ_PROFILE} permission. However,
-most apps should need to read the user profile, even when contributing data to the
+most apps should not need to read the user profile, even when contributing data to the
profile. Reading the user profile is a sensitive permission and you should expect users to be
skeptical of apps that request it.</p>