diff options
author | Svetoslav Ganov <svetoslavganov@google.com> | 2015-06-23 16:33:36 +0000 |
---|---|---|
committer | Svetoslav Ganov <svetoslavganov@google.com> | 2015-06-23 23:03:55 +0000 |
commit | 6d2c0e5ee2f717d4a5c00df08aca21c76eea8278 (patch) | |
tree | d4ea2ebfbb76526bca06fcc88dbcd6b7bcada431 /docs/html/about/versions/android-4.0.jd | |
parent | 7cc40196132596a267b78d60f6e416be55251525 (diff) | |
download | frameworks_base-6d2c0e5ee2f717d4a5c00df08aca21c76eea8278.zip frameworks_base-6d2c0e5ee2f717d4a5c00df08aca21c76eea8278.tar.gz frameworks_base-6d2c0e5ee2f717d4a5c00df08aca21c76eea8278.tar.bz2 |
Remove not needed contacts related permissions.
This reverts commit ed5ff51b2ca7c051e2719dfc8a8a083e6208848e.
Change-Id: If2407e4e474a438d95e1b7ad1aa6f441bb3ace08
Diffstat (limited to 'docs/html/about/versions/android-4.0.jd')
-rw-r--r-- | docs/html/about/versions/android-4.0.jd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/html/about/versions/android-4.0.jd b/docs/html/about/versions/android-4.0.jd index 6c4ccb4..cc1d1c7 100644 --- a/docs/html/about/versions/android-4.0.jd +++ b/docs/html/about/versions/android-4.0.jd @@ -108,9 +108,9 @@ android.provider.ContactsContract.RawContacts} Uri; instead, you must add a prof the table at {@link android.provider.ContactsContract.Profile#CONTENT_RAW_CONTACTS_URI}. Raw contacts in this table are then aggregated into the single user-visible profile labeled "Me".</p> -<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, +<p>Adding a new raw contact for the profile requires the +android.Manifest.permission#WRITE_PROFILE permission. Likewise, in order to read from the profile +table, you must request the android.Manifest.permission#READ_PROFILE permission. However, 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> @@ -1638,9 +1638,9 @@ messages to the device.</li> android.service.textservice.SpellCheckerService} must require this permission for itself.</li> <li>{@link android.Manifest.permission#BIND_VPN_SERVICE}: A service that implements {@link android.net.VpnService} must require this permission for itself.</li> -<li>{@link android.Manifest.permission#READ_PROFILE}: Provides read access to the {@link +<li>android.Manifest.permission#READ_PROFILE: Provides read access to the {@link android.provider.ContactsContract.Profile} provider.</li> -<li>{@link android.Manifest.permission#WRITE_PROFILE}: Provides write access to the {@link +<li>android.Manifest.permission#WRITE_PROFILE: Provides write access to the {@link android.provider.ContactsContract.Profile} provider.</li> </ul> |