I got an email from Google Support saying that unless I file an exception I need to remove SEND_SMS from my app authorizations. However when I go through all the permissions I ask for in my app - only three of them, SEND_SMS does not appear to be a listed permission. What is SEND_SMS a part of?
My app asks for:
requestRuntimePermission
requestLocationAuthorization
READ_PHONE_STATE
window.plugins.sim.requestReadPermission (cordova-plugin-sim)
Best I can tell though none of these require SEND_SMS - am I wrong...or which one is causing Google to alert me?
I got an email from Google Support saying that unless I file an exception I need to remove SEND_SMS from my app authorizations. However when I go through all the permissions I ask for in my app - only three of them, SEND_SMS does not appear to be a listed permission. What is SEND_SMS a part of?
My app asks for: requestRuntimePermission requestLocationAuthorization READ_PHONE_STATE window.plugins.sim.requestReadPermission (cordova-plugin-sim)
Best I can tell though none of these require SEND_SMS - am I wrong...or which one is causing Google to alert me?