diff options
| author | Dmitry Muhomor <muhomor.dmitry@gmail.com> | 2024-01-22 16:36:02 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2024-01-22 11:40:57 -0500 |
| commit | 8b3c95dd37ab54398a70b57814e49f15a47c1f03 (patch) | |
| tree | 5dee6c1072fbdf8e8f090ddb2cdd0075142229d1 /static | |
| parent | 3fcf170c80c2da84e5fe1a8ed7445ef0e409a4a2 (diff) | |
add initial Android Auto documentation
Diffstat (limited to 'static')
| -rw-r--r-- | static/features.html | 15 | ||||
| -rw-r--r-- | static/usage.html | 49 |
2 files changed, 64 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html index 95b6aded..5c79a5d1 100644 --- a/static/features.html +++ b/static/features.html @@ -90,6 +90,7 @@ </li> <li><a href="#more-complete-patching">More complete patching</a></li> <li><a href="#sandboxed-google-play">Sandboxed Google Play</a></li> + <li><a href="#android-auto">Android Auto</a></li> <li><a href="#network-permission-toggle">Network permission toggle</a></li> <li><a href="#sensors-permission-toggle">Sensors permission toggle</a></li> <li><a href="#storage-scopes">Storage Scopes</a></li> @@ -484,6 +485,20 @@ section on sandboxed Google Play</a> for instructions.</p> </section> + <section id="android-auto"> + <h3><a href="#android-auto">Android Auto</a></h3> + + <p>GrapheneOS provides an option to install and use the official releases of + Android Auto.</p> + + <p>Android Auto requires privileged access in order to work. GrapheneOS uses + an extension of the sandboxed Google Play compatibility layer to make Android + Auto work with a reduced level of privileges.</p> + + <p>For more details, see the <a href="/usage#android-auto">usage guide section + on Android Auto</a>.</p> + </section> + <section id="network-permission-toggle"> <h3><a href="#network-permission-toggle">Network permission toggle</a></h3> diff --git a/static/usage.html b/static/usage.html index bd8c09c9..8af3c2c1 100644 --- a/static/usage.html +++ b/static/usage.html @@ -95,6 +95,7 @@ <li><a href="#sandboxed-google-play-esim">Privileged eSIM management</a></li> </ul> </li> + <li><a href="#android-auto">Android Auto</a></li> <li><a href="#banking-apps">Banking apps</a></li> <li><a href="#app-link-verification">App link verification</a></li> <li><a href="#carrier-functionality">Carrier functionality</a></li> @@ -1162,6 +1163,54 @@ </section> </section> + <section id="android-auto"> + <h2><a href="#android-auto">Android Auto</a></h2> + + <p>GrapheneOS provides an option to install and use the official releases of + Android Auto.</p> + + <p>Android Auto requires privileged access in order to work. GrapheneOS uses + an extension of the sandboxed Google Play compatibility layer to make Android + Auto work with a reduced level of privileges.</p> + + <p>To install Android Auto, use our app repository client ("Apps"). Android Auto + can't be installed through the Play Store or other app sources. Android Auto + depends on sandboxed Google Play, you'll be prompted to install it if it's not + already installed.</p> + + <p>After installation, Android Auto has to be set up from the "Settings ➔ Apps ➔ + Sandboxed Google Play ➔ Android Auto" configuration screen, which contains + permission toggles, links to related configuration screens, configuration tips, and + links to optional Android Auto dependencies.</p> + + <p>The permission toggles ask for a confirmation before turning on. The + confirmation popup explains what access each permission toggle provides.</p> + + <p>By default, Android Auto is not granted any kind of privileged access. It's + treated the same way other apps are treated.</p> + + <p>In order to work, Android Auto has to be granted baseline permissions for wired + or wireless Android Auto. Wired Android Auto requires far less access than wireless + Android Auto does. Baseline permissions are controlled by the "Allow permissions + for wired / wireless Android Auto" toggles.</p> + + <p>For some cars, baseline permissions for wireless Android Auto are needed even + when using wired Android Auto. Therefore, if wired Android Auto is unable to + connect to the car with only wired permissions granted, try granting wireless + permissions instead.</p> + + <p>To forward notifications from the device to the car, Android Auto has to be + allowed notification access. The notification access settings are linked below the + permission toggles.</p> + + <p>In order to show up in the Android Auto car interface, apps have to be installed + from the Play Store and include Android Auto support.</p> + + <p>See Google's <a href="https://support.google.com/androidauto/topic/6106969"> + Android Auto Help</a> pages for further Android Auto setup steps and usage + instructions.</p> + </section> + <section id="banking-apps"> <h2><a href="#banking-apps">Banking apps</a></h2> |
