As you know, According to Google Developer policy if our core functionality of the app does not depends on SMS than we should remove RECEIVE_SMS android permission and try to find a different Alternative.
But my issue is I am not using RECEIVE_SMS in manifest or in asking Runtime. Still, Google warns me of using RECEIVE_SMS permission.
Though on play store If I check permissions required in this app it shows RECEIVE_SMS permission.
You can see some of the screenshots of my app where I searched for this permission if I am using it anywhere by mistake.
But I am unable to find it.
Also this one in manifest:
As you can see I am not asking for that permission nor in manifest or runtime.
I am using Firebase Phone authentication and PayUMoney Payment integration. Is it possible that these two might be causing issues? or they are internally asking for this permission.
I don't know from where this permission is coming from.
It would be a great help if anyone can help me with this issue.
anyone facing the same issue?