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

doesn't work on android 14 device #89

Open
rifathossain82 opened this issue Feb 4, 2024 · 0 comments
Open

doesn't work on android 14 device #89

rifathossain82 opened this issue Feb 4, 2024 · 0 comments

Comments

@rifathossain82
Copy link

rifathossain82 commented Feb 4, 2024

I tried with the attached example code. on emulator it works, but on my android 14 device it's not working. After that I check into android 9, 10 and it's works for them.

is there any update about this plugin? How can I fix this issue?


Note: I added the permissions correctly. here it is:

    <uses-permission android:name="android.permission.SEND_SMS" />
    <queries>
        <intent>
            <action android:name="android.intent.action.SENDTO" />
            <data android:scheme="smsto"/>
        </intent>
    </queries>
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