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

Commit 52a74a21 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 1be76349: Merge "more details about account access in restricted profiles" into jb-mr2-dev

* commit '1be76349':
  more details about account access in restricted profiles
parents 1cf7b4a4 1be76349
Loading
Loading
Loading
Loading
+342 −338
Original line number Diff line number Diff line
@@ -292,7 +292,11 @@ href="{@docRoot}guide/topics/manifest/application-element.html"><application>
<p class="caution"><strong>Caution:</strong> Enabling this attribute provides your
app access to the primary user's accounts from restricted profiles. So you should allow this
only if the information displayed by your app does not reveal personally identifiable
information (PII) that’s considered sensitive.</p>
information (PII) that’s considered sensitive. The system settings will inform the primary
user that your app grants restricted profiles to their accounts, so it should be clear to the user
that account access is important for your app's functionality. If possible, you should also
provide adequate restriction controls for the primary user that define how much account access
is allowed in your app.</p>
</li>