I have READ_PHONE_STATE in my final manifest (apk build).
From what I understand, Unity combines all manifests. Some manifests can be seen, while some are inside .aar files (can be unzipped).
Is there a reasonably simple way to check to see which manifest is responsible for my READ_PHONE_STATE? Or do I have to unzip each .aar and then search each manifest.
↧