Dear friends,
which code I must delete from my app if Google play wrote me that I am ussing PERMISSION_RECEIVE_SMS?
I have deleted
- SMS permission from Manifest
- I have deleted all code as
but I get still warning in developer console that my APP is working with SMS
I have in code not commented for example this:
but this is in service which is not started...can be this the reason?
Thank you very much
p4ppc
which code I must delete from my app if Google play wrote me that I am ussing PERMISSION_RECEIVE_SMS?
I have deleted
- SMS permission from Manifest
- I have deleted all code as
B4X:
rper.CheckAndRequest(rper.PERMISSION_RECEIVE_SMS)
wait for Activity_PermissionResult(permission As String, result As Boolean)
but I get still warning in developer console that my APP is working with SMS
I have in code not commented for example this:
B4X:
If startingIntent.Action = "android.provider.Telephony.SMS_RECEIVED"
Thank you very much
p4ppc