Google are restricting the use of QUERY_ALL_PACKAGES in apps from this year.
See: https://support.google.com/googleplay/android-developer/answer/10158779?hl=en#zippy=%2Cpermitted-uses-of-the-query-all-packages-permission%2Cexceptions%2Cinvalid-uses
Our app has been flagged in the store as having this permission set, and we traced it back to inappbrowser.
i.e. in the AndroidManifest.xml file.
I built the plugin locally removing this line and it appears to work correctly for the demo and my simple scenarios on api 30/32 emulators, is this required for different scenarios, or have i missed something in my testing?