Dear friends,
I know that in formu was this theme discussed, but I want ask for certain:
1. It is possible answer call programmaticaly in Android >=v.8 via apps written in B4A?
2. I chceck in my phone (Android 8) this code:
And I get answer: 1-Hands free-Answer call programmaticaly is impossible
Can I take this message as 100% that is not possible to answer call in this phone programmaticaly with B4A v83.0 possibilities?
3. Do you think that next version of Android or next version of B4A will allow this functionality? (answer call programmaticaly). (I dont know if next development of this functionality depend only on Android or if this funcionality depend on version B4a too). I hope that I describe this question right - I love B4A too much and I am only asking for the future of this functionality.
Thank you very much,
petr4ppc
I know that in formu was this theme discussed, but I want ask for certain:
1. It is possible answer call programmaticaly in Android >=v.8 via apps written in B4A?
2. I chceck in my phone (Android 8) this code:
B4X:
Dim rp As RuntimePermissions
If rp.Check("android.permission.ANSWER_PHONE_CALLS")=False Then
ToastMessageShow("1-Hands free-Answer call programmaticaly is impossible",False)
Else
ToastMessageShow("2-Hands free-Answer call programmaticaly is possible",False)
End If
Can I take this message as 100% that is not possible to answer call in this phone programmaticaly with B4A v83.0 possibilities?
3. Do you think that next version of Android or next version of B4A will allow this functionality? (answer call programmaticaly). (I dont know if next development of this functionality depend only on Android or if this funcionality depend on version B4a too). I hope that I describe this question right - I love B4A too much and I am only asking for the future of this functionality.
Thank you very much,
petr4ppc
Last edited: