From 47bc0feace5b842b3b8bf07b88e41ff658667bb3 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 19 Oct 2011 12:01:16 -0700 Subject: [PATCH] docs: fix typo in platform notes issue 5481512 Change-Id: I4773e06b315100f97b8d1dda6003a03b40cedd0b --- docs/html/sdk/android-4.0.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/sdk/android-4.0.jd b/docs/html/sdk/android-4.0.jd index da40d5272a65e..90319878ad3f6 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

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.