ravitejaavv / store_checker

This Flutter plugin is useful to find the origin of apk/ipa which is made available for download. **Android**: It's very common to have Android applications republished on alternate markets or their APKs made available for download. The plugin detects whether app is installed from local source or Play Store or other stores **iOS**: Detects whether we have installed TestFlight Beta or App Store build
MIT License
23 stars 19 forks source link

[Android] Play store request new permission to this plugin used apps #13

Closed mustafa-707 closed 1 year ago

mustafa-707 commented 1 year ago

Hello ,

i would to ask if this package need to use this two permissions QUERY_ALL_PACKAGES and REQUEST_INSTALL_PACKAGES

if yes , i guess it should be added to the package help as additional info.

and if no , to investigate more about the reason for requesting this permissions

Screen Shot 2023-04-12 at 1 09 19 PM
ravitejaavv commented 1 year ago

Hi @mustafa-707

This package doesn't require any permissions. You can check it under https://github.com/ravitejaavv/store_checker/blob/master/android/src/main/AndroidManifest.xml

But i can help you on this. Just check merged manifest to see where these permissions are coming from /build/app/intermediates/merged_manifests directory

Also check other packages For example: https://github.com/crazecoder/open_file/issues/204

mustafa-707 commented 1 year ago

Thanks a lot , will close this issue