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

Commit 1be76349 authored by Scott Main's avatar Scott Main Committed by Android (Google) Code Review
Browse files

Merge "more details about account access in restricted profiles" into jb-mr2-dev

parents d3ed45f8 f128275b
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>