Skip to content

doesn't work on android 14 device #89

@rifathossain82

Description

@rifathossain82

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions