Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 507db6d0 authored by y2mgopp7z9's avatar y2mgopp7z9
Browse files

add domain calls when using Android Auto

parent 7ef0b7a8
Loading
Loading
Loading
Loading
+51 −2
Original line number Diff line number Diff line
@@ -187,16 +187,65 @@ App Lounge is fetching data from Google Play Store directly to get access to the
      - ScreenLayout
      - Build.PRODUCT

## Android Auto

As of August 2024, [Android Auto can be used on /e/OS](https://doc.e.foundation/support-topics/android-auto) only if the following Google apps are installed:

1. Google
1. Google Maps
1. Google Speech Recognition & Synthesis
1. Android Auto

{% include alerts/warning.html content="Please understand that due to the proprietary nature of Google apps it's impossible to determine which exact domains the they will connect to."%}

We monitored the domain calls when setting up Android auto and using it for a while:

- `android.clients.google.com`
- `androidauto.com`
- `api.cleanapk.org`
- `arvr.google.com`
- `bard.google.com`
- `business.google.com`
- `clients4.google.com`
- `connectivity.murena.io`
- `dl.google.com`
- `ditu.google.com`
- `encrypted-tbn0.gstatic.com`
- `encrypted-tbn2.gstatic.com`
- `firebaseinstallations.googleapis.com`
- `gemini.google.com`
- `g.co`
- `google.com`
- `googleapis.com`
- `googleusercontent.com`
- `goo.gl`
- `labs.google.com`
- `lens.google.com`
- `maps.google.com`
- `mapsengine.google.com`
- `mtalk.google.com`
- `podcasts.google.com`
- `podcastsservice-pa.googleapis.com`
- `search.google.com`
- `shoppinglist.google.com`
- `signin.google`
- `smartlocktvsignin.google`
- `speechs3proto2-pa.googleapis.com`

Google's apps also connected to hundreds of country-specific Google domains that matched the following pattern:

- `google.COUNTRY_CODE` e.g. `google.fr`
- `maps.google.com.COUNTRY_CODE` e.g. `maps.google.com.au`


##  A-GPS and SUPL servers

⚙️ Under investigation with the /e/OS development team.

## More about deGoogling in /e/OS


- deGoogling scope and definition within [the context of /e/OS](https://doc.e.foundation/support-topics/deGoogling-scope-and-definition-within-the-context-of-eos)


## Additional reference:
- [Clarifications on the GmsCore](https://github.com/microg/GmsCore/issues/1508#issuecomment-876269198)
- [Why is /e/OS connecting to google](https://community.e.foundation/t/e-page-says-e-is-ungoogled-degoogled-why-is-e-then-connecting-to-google/40707/59)