diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-08-11 10:33:45 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-08-11 10:33:45 -0400 |
| commit | 619ede48542ed43f73d119d03fb939b3b300e351 (patch) | |
| tree | 62106cc1060bb9e868c20541a9e2c53b4e9c2fa3 /static/usage.html | |
| parent | 1a8d25052ad0c9a00da8f7c45e8ade486dda3d5a (diff) | |
update usage guide for dynamite module support
Diffstat (limited to 'static/usage.html')
| -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 8be115f0..05827563 100644 --- a/static/usage.html +++ b/static/usage.html @@ -726,14 +726,14 @@ stalling and needing to be force stopped. For the time being, it's easier to use the alternative Aurora Store frontend to the Play Store.</p> + <p>Play Store feature delivery isn't currently supported, but this isn't broadly + used by current generation apps, at least aside from large games.</p> + <p>The core functionality and APIs are almost entirely supported already since GrapheneOS largely only has to coerce these apps into continuing to run without - being able to use any of the usual invasive OS integration. Certain functionality - is not yet supported. Play Store feature delivery and Play services functionality - delivered via dynamite modules are not supported yet. Fallback code will be - required to make this work without depending on weakening SELinux MAC and MLS - policies to permit it like the stock OS. The current generation Maps API is a - common example of functionality depending on a dynamite module.</p> + being able to use any of the usual invasive OS integration. A compatibility layer + is also provided to support dynamically downloaded/loaded modules (dynamite + modules).</p> <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. |
