From c2abb4ba15b516286ac7dd040ef3d862a365535f Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Wed, 13 Jan 2016 23:24:38 -0800 Subject: [PATCH] Doc change: Clarify intent / permission language. Change-Id: Ie82aacd7304cb0fe47314e5e7052f2b7b06cdeba --- docs/html/training/articles/user-data-permissions.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/training/articles/user-data-permissions.jd b/docs/html/training/articles/user-data-permissions.jd index 3706d67430c81..edc755884e53f 100644 --- a/docs/html/training/articles/user-data-permissions.jd +++ b/docs/html/training/articles/user-data-permissions.jd @@ -168,7 +168,7 @@ access with realtime user requests If your requirement for access to user data is infrequent — in other words, it's not unacceptably disruptive for the user to be presented with a runtime dialogue each time you need to access data — you can use an - intent based request. Android provides system intents that + intent based request. Android provides some system intents that applications can use without requiring permissions because the user chooses what, if anything, to share with the app at the time the intent based request is issued.