Hi
I noticed when installing test android APKs, the installer indicates permission for ‘network communication – full network access’ when I’m not explictly doing that in the app. A tester has come to me to ask about it indicating if a game does not use internet, and the installer reports that it does, it might turn off some users. I think it’s a valid point. If an app is not using network features, is this something that can be disabled in the manifest?
I thought this situation might be restricted to test builds, but I think it’s not possible to access the manifest in publish builds either (in order to disable) is that right?
Cheers, Michael.