I'm building an app for Android to receive sms, decode messages and send sms with response, without the need for operator intervention
Main modules (code), Starter (service), B4xPage (class module), Sms (service)
When app start, MainPage is displayed
There is only the MainPage that I am using as...