Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing mms permission #76

Open
amin-setayeshfar opened this issue Mar 13, 2018 · 2 comments
Open

removing mms permission #76

amin-setayeshfar opened this issue Mar 13, 2018 · 2 comments

Comments

@amin-setayeshfar
Copy link

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.

@Camargo1958
Copy link

I'm leaving this stream now. Thanks for all opinions and collaboration.

@andreszs
Copy link

@amin-setayeshfar if you just need to receive SMS, check out this new cordova-sms-receive plugin, please send any feedback there.

This plugin requires only one permission (RECEIVE_SMS) as you can see in the demo app:

Permissions

Thie plugin is also compatible with the Android 6+ permissions model, here's a screenshot from the plugin on Android 7.1.1:

PermissionRequest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants