How to use Windev Mobile 15 to retrieve a list of contact names and their primary phone numbers then select a phone number to send to Android dialer using the Android SDK, WLanguage, and Java.
@Isanion: Yep, instead of "Intent.ACTION_DIAL" use, "Intent.ACTION_CALL_BUTTON". Also, keep in mind, this may not work if the user has Skype or Google Voice installed as Android will prompt the user to first select in which fashion they want to connect the call.
@Isanion: Yep, instead of "Intent.ACTION_DIAL" use, "Intent.ACTION_CALL_BUTTON". Also, keep in mind, this may not work if the user has Skype or Google Voice installed as Android will prompt the user to first select in which fashion they want to connect the call.
WDGeorgio 2 months ago