diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-08-11 10:41:46 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-08-11 10:41:46 -0400 |
| commit | 5656b571d3951da44362f21de89d51a0174d0afd (patch) | |
| tree | a41be7e6630afa5e69f7671af2c4d316ee4356ef | |
| parent | 71e39e5e75449323f2e5363230d5a503aecf4487 (diff) | |
reorder limitations based on importance/relevance
| -rw-r--r-- | static/usage.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/static/usage.html b/static/usage.html index 28fccb6b..5d2475b3 100644 --- a/static/usage.html +++ b/static/usage.html @@ -737,6 +737,12 @@ services is installed in the profile in some cases. This is being worked on and it should be resolved soon.</p> + <p>Functionality depending on privileged access such as special access to + hardware isn't available. We would need to implement compatibility layers + teaching it how to function as a regular app. This currently isn't within the + scope of the project beyond the existing support for dynamite modules and + partially implemented support for Play Store app installation/updates.</p> + <p>The Play Store app cannot install and update apps as it normally would since it depends entirely on privileged permissions for unattended app installation, updates and removal. GrapheneOS includes a partial @@ -751,12 +757,6 @@ <p>Since there's no OS integration beyond fallback code to make it function without any special privileges, there isn't a way to launch the settings activity. We'll need to make a tiny app providing a way to launch it.</p> - - <p>Functionality depending on privileged access such as special access to - hardware isn't available. We would need to implement compatibility layers - teaching it how to function as a regular app. This currently isn't within the - scope of the project beyond the existing support for dynamite modules and - partially implemented support for Play Store app installation/updates.</p> </section> </section> </main> |
