proyecto26 / react-native-inappbrowser

📱InAppBrowser for React Native (Android & iOS) 🤘
https://www.npmjs.com/package/react-native-inappbrowser-reborn
MIT License
1.31k stars 223 forks source link

Google Developer Console complains about using android.permission.QUERY_ALL_PACKAGES #343

Closed norbertschuler closed 2 years ago

norbertschuler commented 2 years ago

Using react-native-inappbrowser version 3.6.3 in our Android app results into Google complaining about our app to not be compliant due to usage of android.permission.QUERY_ALL_PACKAGES. This must be explained as otherwise the app might get rejected.

Screenshot 2022-04-28

My question: Is this permission from the Android Manifest of react-native-inappbrowser a necessary requirement for this module to work or can it be removed in future versions, e.g. replacing as described in https://developer.android.com/training/package-visibility?

gavrichards commented 2 years ago

Discussed here: https://github.com/proyecto26/react-native-inappbrowser/issues/311