mgks / Android-SmartWebView

A simple use webview integrated w/ native features to help create most advanced hybrid applications.
https://mgks.dev/smart-webview
MIT License
551 stars 276 forks source link

QUERY_ALL_PACKAGES permission #270

Closed ThemeMetro closed 1 year ago

ThemeMetro commented 1 year ago

Hello,

Is there must required QUERY_ALL_PACKAGES permission? and what is use of this in web view app, Can i disable it if not much required.

Thanks.

mgks commented 1 year ago

yeah sure you can disable it, i might even remove it soon from project. all it is required for is to check which android app store is available on device, something we can already ignore.

ThemeMetro commented 1 year ago

yeah sure you can disable it, i might even remove it soon from project. all it is required for is to check which android app store is available on device, something we can already ignore.

Thank you very much