fredriksthlm I have yet to see a single APK with the READ_EXTERNAL_STORAGE permission on, can you confirm what method you are using to check what permissions are on the APK?
I looked at the share plugin, and it does require the WRITE_EXTERNAL_STORAGE permission. But only for sharing remote files/images. It's fairly trivial to remove, and we don't currently expose an action for doing that so should be a safe enough change. If we do add one in future then the permission check box can be used.
It would be nice to have that permissions removed :)
The only thing I do is to export from C3 (this project used C2runtime). Then when I upload the build to Google Play Console I can see the permissions required for the build (I can then of course also see the permissions in Google Play on the phone).
This, version 103, with share plugin:
Version 104, share plugin removed (nothing else changed!):
(Also a side note, I don't understand why any of your plugins require WAKE_LOCK?)