I have no plugins.
The app manifest still requests these permissions:
<uses-permission
android:name=“com.android.vending.BILLING” />
<uses-permission
android:name=“android.permission.INTERNET” />
<uses-permission
android:name=“android.permission.ACCESS_NETWORK_STATE” />
We don’t use any of these. How do I get rid of them? This is an educational app for kids; it should have no requests for permission. No problem paying to disable this nonsense, but it is nonsense, and it does have to go.
(Also, I noticed the app do a request to Corona’s statistics servers on startup. I want to disable that, too. It’s unnecessary.)