I am developing a socket related application and using <uses-permission android:name="android.permission.READ_CALL_LOG"/>
to get call when the app is killed. When I try to submit my application to play console it is being rejected.
This is the rejected reason I reserved.
I tried changing the Manifest file like this. <uses-permission android:name="android.permission.RECEIVE_SMS" tools:node="remove" />
But this also not working.
Can anyone please help me how can I overcome this issue.
Thank you in advance