Issue found: Permission use is not directly related to your app's core purpose. We found that your app is not compliant with how REQUEST_INSTALL_PACKAGES permission is allowed to be used. Specifically, the use of the permission is not directly related to the core purpose of the app.
I'm just using these permission in my AndroidManiFest
file
`<uses-permission android:name="android.permission.INTERNET"/>`
`<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />`
`<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Moreover, not using/define any package named REQUEST_INSTALL_PACKAGES
in pubspec.yaml
, even didn't found that word REQUEST_INSTALL_PACKAGES
in my project
Trying to resolve this error and upload my app on play store