Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 714914bb authored by Dirk Dougherty's avatar Dirk Dougherty Committed by android-build-merger
Browse files

Doc change: Clarify intent / permission language.

am: c2abb4ba

* commit 'c2abb4ba':
  Doc change: Clarify intent / permission language.
parents 7ff523d3 c2abb4ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -168,7 +168,7 @@ access with realtime user requests</h3>
  If your requirement for access to user data is infrequent &mdash; in other
  If your requirement for access to user data is infrequent &mdash; in other
  words, it's not unacceptably disruptive for the user to be presented with a
  words, it's not unacceptably disruptive for the user to be presented with a
  runtime dialogue each time you need to access data &mdash; you can use an
  runtime dialogue each time you need to access data &mdash; you can use an
  <em>intent based request</em>. Android provides system intents that
  <em>intent based request</em>. Android provides some system intents that
  applications can use without requiring permissions because the user chooses
  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
  what, if anything, to share with the app at the time the intent based request
  is issued.
  is issued.