-
Notifications
You must be signed in to change notification settings - Fork 289
Open
Description
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
Labels
No labels