Android Question Auto-clicking a button in a different app

air cover

Member
Licensed User
Longtime User
OK, I can press a Submit button on a web page with my phone app by using:
B4X:
      Javascript="document.forms.searchForm.q.value='"&EditText1.Text&"';document.forms.searchForm.submit()"
      WebViewExtras1.executeJavascript(WebView1, Javascript)

...but how do I click the SEND button on Android's default MMS app from my own phone app?!

Any help is appreciated.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…