The easypermission is implemented in my app. The behaviour of showing the permission native dialog is on click. In Android 11 and greater the flow is working as it's implemented.
But in Android 10 or less, when the user comes to home screen after the splash screen. The permission dialog automatically occurs. I have searched all the code but no where can find the source of any EasyPermissions.requestPermissions.
How to fix this I can't get any source of the issue to fix.