AnorBanantje what do you believe giving network to Play without logging in gives to Google?Sandboxed Google Play runs in the standard app sandbox with absolutely no special access or capabilities. It can't do more than other regular apps. No need to grant any of the standard permissions for normal functionality. Can also avoid granting our Sensors permission to it too.
Using apps depending on Google Play implies using apps which include the Google Play SDK and libraries. Many of those libraries including Ads and Analytics can function without Google Play services, but not all do. Our approach enables using the standard app sandbox for the rest
Therefore granting network access as we have it available makes no difference or extra connections that would/will be made by apps depending on it anyway and many installed without it present will be making such connections regardless unless they have their network permission revoked also.
GMSCompatConfig is the configuration GMSCompat (our compatibility layer teaching Play Services how to run as standard apps) uses. None of it is user facing as it isn't intended to be. (No obfuscation on our part as the source is available) the config file enables us to make faster changes instead of an older process.