dpa99c / cordova-diagnostic-plugin

Cordova/Phonegap plugin to manage device settings
540 stars 361 forks source link

Google requirement to remove SEND_SMS #335

Closed rolinger closed 5 years ago

rolinger commented 5 years ago

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?

rolinger commented 5 years ago

I even did a global search on my whole project looking for SEND_SMS and had zero hits.

rolinger commented 5 years ago

Nevermind...this is related to the cordova-sms-plugin.