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

Commit 0316e695 authored by Andrew Solovay's avatar Andrew Solovay Committed by android-build-merger
Browse files

Merge "docs: Fixed misleading information about permissions" into mnc-docs

am: 6552d592

* commit '6552d592':
  docs: Fixed misleading information about permissions
parents 1dcc395e 6552d592
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -59,8 +59,9 @@ they are able to access each other's files. To conserve system resources, apps
same user ID can also arrange to run in the same Linux process and share the same VM (the
apps must also be signed with the same certificate).</li>
  <li>An app can request permission to access device data such as the user's
contacts, SMS messages, the mountable storage (SD card), camera, Bluetooth, and more. All
app permissions must be granted by the user at install time.</li>
contacts, SMS messages, the mountable storage (SD card), camera, Bluetooth, and more. The user has
to explicitly grant these permissions. For more information, see
<a href="{@docRoot}training/permissions/index.html">Working with System Permissions</a>.</li>
</ul>

<p>That covers the basics regarding how an Android app exists within the system. The rest of