You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i’m using cordova-plugin-sms to read activation code from sms. and i do not need mms at all.
the plugin adds all sms related permissions by default. i removed send and write permissions from the plugin.xml file . but i can not find where it adds “android.permission.RECEIVE_MMS” to remove it. i do not need this so i do not want to get unnecessary permissions.
The text was updated successfully, but these errors were encountered:
i’m using cordova-plugin-sms to read activation code from sms. and i do not need mms at all.
the plugin adds all sms related permissions by default. i removed send and write permissions from the plugin.xml file . but i can not find where it adds “android.permission.RECEIVE_MMS” to remove it. i do not need this so i do not want to get unnecessary permissions.
The text was updated successfully, but these errors were encountered: