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

Commit f128275b authored by Scott Main's avatar Scott Main
Browse files

more details about account access in restricted profiles

Change-Id: I2710c3e8736748ca3080ee88f076255a6639b1e3
parent e0380d8f
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>