Android Question SMS Popup is showing...

BarryW

Active Member
Licensed User
Longtime User
Hi. I already allow sms permission on my code. But this popup is always showing
and when i try to press the send button it will only allow to send 1 sms.

This happens every time when i try to send sms

B4X:
dim ps as PhoneSms
ps.send(123456789, "Sample Message")

123.PNG
456.PNG
 
Top