Thanks for the reply! Just so you know, RenPy itself doesn’t normally request things like IMEI/MEID/ESN, root status checks, GPS location, paired Bluetooth device lists, clipboard monitoring, or audio recording permissions. Those aren’t part of the default engine permissions on Android builds, so something in your APK is explicitly adding them.
If you didn’t code those in yourself, it might be worth double checking your build process and any libraries you’ve included, because the permission profile here matches what we usually see in malware flagged apks, not vanilla RenPy games. This is the first RenPy VN I've seen on here that has these attributes, so it piqued my interest.