Page 1 of 1
Can LC answer a call?
Posted: Fri Jun 26, 2015 3:23 am
by kurt
Google has recently made it more difficult for 3rd party apps to answer and end calls, and I wondered if any of LC's functions are involved in the telephony area of Android devices.
Re: Can LC answer a call?
Posted: Sat Jun 27, 2015 6:03 pm
by kurt
I guess the answer is "No" at the present time?
Re: Can LC answer a call?
Posted: Thu Jul 02, 2015 1:10 pm
by kurt
How about the ability to react to notifications from other apps?
Re: Can LC answer a call?
Posted: Thu Jul 02, 2015 1:20 pm
by LCNeil
Hi Kurt,
No, its not yet possible to answer an incoming call within a LiveCode built Android application. As far as I'm aware, you are limited to "launch URL tel:", which will launch the Android devices native calling application to make a call.
In regards to reacting to notifications from other apps, this is again something that I don't believe is possible. You could set up a custom URL scheme to possibly launch your LiveCode built app from another applications notification . See URLwakeup within the LiveCode dictionary for further information
Kind Regards,
Neil Roger
--
LiveCode Support Team ~
http://www.livecode.com
-
Re: Can LC answer a call?
Posted: Fri Jul 03, 2015 2:24 am
by kurt
Thanks for your reply, Neil.
Kurt