Game asking for android permission(Network Access) although there is no plugin

I am working on a game which asks for network permissions . i have no plugin for any purpose neither do i have any manifest file in assets folder…where is this permission request coming from…

1 Like

It’s part of the Android API distro I think; so Google Play and other app stores know the app is installed or uninstalled and where and on what.

I think it will only use those permissions (if you have no ad being served to your app and things like that) if the user uninstalled your application. LOL, that’s how I know 5 out 6 downloaders for my app uninstalled it. :frowning:

I would like though if someone with more experience in those app stores could explain better.