diff options
| author | Wonderfall <wonderfall@protonmail.com> | 2022-03-12 23:43:30 +0100 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-03-12 18:07:51 -0500 |
| commit | b74da443ba795bccb2898d52372414f379a33647 (patch) | |
| tree | eaf7bdfb567c55b9c1f2c43adac13d2707bf0a7d | |
| parent | d1f112e984d0e610da773afa8b8ec6505569866a (diff) | |
list Google Play apps to improve clarity
| -rw-r--r-- | static/usage.html | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/static/usage.html b/static/usage.html index 986bfff7..14949e31 100644 --- a/static/usage.html +++ b/static/usage.html @@ -840,11 +840,16 @@ <section id="sandboxed-google-play-installation"> <h3><a href="#sandboxed-google-play-installation">Installation</a></h3> - <p>Google Play is divided up into 3 separate apps: Google Services Framework - (com.google.android.gsf), Google Play services (com.google.android.gms) and - Google Play Store (com.android.vending). To use sandboxed Google Play, you - simply need to install the official releases of these 3 apps in the user and - work profiles where you want to use it.</p> + <p>Google Play is divided up into 3 separate apps:</p> + + <ul> + <li>Google Services Framework (com.google.android.gsf)</li> + <li>Google Play services (com.google.android.gms)</li> + <li>Google Play Store (com.android.vending)</li> + </ul> + + <p>To use sandboxed Google Play, you simply need to install the official releases + of these 3 apps in the user and work profiles where you want to use it.</p> <p>The simplest approach is to only use the Owner user profile. Apps installed in the Owner profile are sandboxed the same way as everywhere else and don't |
