From 5e33fbe94c189b4c31b44c67a90022845fe85113 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 2 Dec 2015 10:33:24 -0800 Subject: [PATCH] docs: Clarified when GET_ACCOUNTS is necessary Per bug report, clarified when an app needs GET_ACCOUNTS permission to read the current account's information. Along the same lines, clarified that the CONTACTS permissions group regulates permissions for all accounts and contacts on the device, not just the user's contact info (since GET_ACCOUNTS is in CONTACTS, and, as noted, GET_ACCOUNTS applies to other users' info). See first comment for doc stage location. bug: 23589012 Change-Id: Ia87565936787dd85daedfb641883e7cbf778f2bd --- core/res/AndroidManifest.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 56689cc15e6d8..68ee8b6e47b91 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -330,7 +330,8 @@ - +