I am looking for any working library for sending SMS directly from B4A code without user intervention . By using "Intet" , it need user action to click "Send" Button in messaging app. Dim In As Intent In.Initialize(In.ACTION_VIEW, "sms:" & number) In.PutExtra("sms_body", "this is...
If you want your app to be the default sms app you need to send the user to the correct setting so he can (and need to) set your app as the default SMS App.
If you want your app to be the default sms app you need to send the user to the correct setting so he can (and need to) set your app as the default SMS App.
Hi, It appears that the ability to intercept and consume SMS messages will not be allowed from Android 4.4 unless the program that we write is the default SMS App. I came across this on my almost fruitless search to try to delete an SMS from the store...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.