logoalt Hacker News

bornfreddyyesterday at 5:54 PM2 repliesview on HN

Well that's a bit misleading answer. Some apps refuse to work if G services are disabled, so they clearly communicate with them. It would be nice to know what exactly G learned about the phone through those "sandboxed" apps.


Replies

gf000yesterday at 9:22 PM

It's an Android service. But unlike on regular Android where Google play services have hard-coded special permissions, on Graphene it is an ordinary android service with all the same strict rules applying to it, as to any other service you could write.

So an application of course can use other android services if it declared that, that's why it can see whether it's running or not. But you are in full control whether google play services is installed, and what it can use.

Of course this may break certain apps (Google maps location sharing will probably not work with the location permission denied for play services), which may or may not degrade gracefully.

palatayesterday at 6:07 PM

I denied the contacts permission to the Play Services. It just shows a notification when it tries to access them, which is actually not common at all.