diff options
| author | flawedworld <flawedworld@flawed.world> | 2022-03-25 13:39:50 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-03-25 09:43:08 -0400 |
| commit | c0e7fb374d3650d7257c450ae690d56c47460f13 (patch) | |
| tree | 4c4c2ff896ae97f46444be849cf0c443bc20e085 | |
| parent | 20448e3bcf2707c4e8f4a9d9c806b12bfbf1c330 (diff) | |
Add docs on privileged eSIM management
| -rw-r--r-- | static/usage.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/static/usage.html b/static/usage.html index e935a90e..ded0bf32 100644 --- a/static/usage.html +++ b/static/usage.html @@ -100,6 +100,7 @@ <li><a href="#sandboxed-google-play-installation">Installation</a></li> <li><a href="#sandboxed-google-play-configuration">Configuration</a></li> <li><a href="#sandboxed-google-play-limitations">Limitations</a></li> + <li><a href="#sandboxed-google-play-esim">Privileged eSIM management</a></li> </ul> </li> <li><a href="#banking-apps">Banking apps</a></li> @@ -966,6 +967,22 @@ it tries to uninstall an app and you reject it. You can work around this by force stopping and then reopening it.</p> </section> + + <section id="sandboxed-google-play-esim"> + <h3><a href="#sandboxed-google-play-esim">Privileged eSIM management</a></h3> + + <p>By default GrapheneOS always has shipped with baseline support for eSIM, + where users can use any eSIMs installed previously on the device. However, in + order to manage and add eSIMs, proprietary Google functionality is needed. This + is fully disabled by default.</p> + + <p>Privileged eSIM management can be enabled in Settings ➔ Network & + Internet ➔ Privileged eSIM management. The toggle will be greyed out and unusable + if sandboxed Google Play is not installed, as the functionality is reliant on it.</p> + + <p>By enabling the toggle, the proprietary Google functionality is enabled and + will be used by the OS to provision and manage eSIMs.</p> + </section> </section> <section id="banking-apps"> |
