microg / GmsCore

Free implementation of Play Services
https://microg.org
Apache License 2.0
8.67k stars 1.73k forks source link

Disallow unreasonable states in the backend (Google registration: off, Cloud messaging: on) #2574

Open ale5000-git opened 1 month ago

ale5000-git commented 1 month ago

@mar-v-in

Quote:

I haven't looked at the network activity itself, but at the very least, having cloud messaging turned on is allowing the connection to Google to happen. Usually, the UI prevents having registration off and cloud messaging on, but apparently only the UI prevents this, and it's not prevented on the backend. So, cloud messaging can technically function in some form with the registration toggle off - not without some serious problems, though, as @cde pointed out in earlier comments.

See here: https://gitlab.com/CalyxOS/calyxos/-/issues/2674

UjuiUjuMandan commented 1 month ago

Related: #2002.