Track the origin of specific permission in AndroidManifest.xml?

In a generated android apk, I have the READ_PHONE_STATE permission that is set in the generated AndroidManifest.xml.
I don’t know where this comes from, if it is from a third party haxelib I use or if this is set by default by openfl.
How can I know what is adding this permission to my AndroidManifest.xml file?

EDIT: just saw there was a manifest-merger-release-report.txt in android/release/bin/app/build/outputs/logs. That is perfect, I could track down the third party that was adding this permission to my manifest file

3 Likes