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

How to make default SMS app for android 6.0 #58

Open
coolman7 opened this issue Mar 1, 2017 · 0 comments
Open

How to make default SMS app for android 6.0 #58

coolman7 opened this issue Mar 1, 2017 · 0 comments

Comments

@coolman7
Copy link

coolman7 commented Mar 1, 2017

I've added following permissions to platforms/android/AndroidManifest.xml file but my app is not listed in default SMS app list in Android 5.1 and 6.0. What should I do more my app to be listed as an SMS app? So I can select it as default SMS app and my app can intercept SMS.

Thanks

    <uses-permission android:name="android.permission.RECEIVE_SMS" />
    <uses-permission android:name="android.permission.RECEIVE_WAP_PUSH" />
    <uses-permission android:name="android.permission.RECEIVE_MMS" />
    <uses-permission android:name="android.permission.READ_SMS" />
    <uses-permission android:name="android.permission.WRITE_SMS" />
    <uses-permission android:name="android.permission.SEND_SMS" />
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

1 participant