Just built my app with 2019.3550, attempt to upload it to Google Play and I get
Warning:
Users that have the APK with version code 10 may need to accept the android.permission.INTERNET permission, which may result in them not upgrading to this version of the app.
(version code 10 is the previous version of my app).
My app doesn’t require internet permission, and uses no internet. In fact it doesn’t require any permissions. Indeed they are correct, if my app asks for internet it would be highly suspicious.
In the build.settings, the Android permissions part looks like this:
androidPermissions =
{
},
I didn’t have this issue before; previous versions have never asked for internet permissions.
Why is it asking for it now, and how can I prevent that?