I uploaded a game to google Play yesterday, with C2 runtime. 4 permissions required. Today I only changed the runtime to C3 (for performance reasons). Nothing else changed. When I now uploaded the game these two persmissions were added
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE
So there are different permissions for the different runtimes, even if I use the same plugins. (Now I change back to C2 runtime, since it is not popular to request permissions to the storage.)
Also one more additional question, with both C2 and C3 runtime the permissions for wake lock is requested
android.permission.WAKE_LOCK
Why is that, do you have that feature in any of your plugins? Where is it, I have never found it..
I am only using official Scirra plugins btw in the project. nothing special