A Almog Active Member Licensed User Oct 3, 2018 #1 Hello, Is there a way to decect (on a phone call that the user initiaded) when the other side of the phone call answer the call? Thanks in advance.
Hello, Is there a way to decect (on a phone call that the user initiaded) when the other side of the phone call answer the call? Thanks in advance.
Erel B4X founder Staff member Licensed User Longtime User Oct 4, 2018 #2 The PhoneStateChanged event will change from RINGING to OFFHOOK. Upvote 0
A Almog Active Member Licensed User Oct 4, 2018 #3 Erel said: The PhoneStateChanged event will change from RINGING to OFFHOOK. Click to expand... Thanks, You can please send a reference to serice/library? Thanks in advance Upvote 0
Erel said: The PhoneStateChanged event will change from RINGING to OFFHOOK. Click to expand... Thanks, You can please send a reference to serice/library? Thanks in advance
Erel B4X founder Staff member Licensed User Longtime User Oct 4, 2018 #4 Search for PhoneEvents (phone library). Upvote 0
A Almog Active Member Licensed User Oct 4, 2018 #5 Erel said: Search for PhoneEvents (phone library). Click to expand... Thank you Upvote 0
A Almog Active Member Licensed User Oct 4, 2018 #6 Erel said: Search for PhoneEvents (phone library). Click to expand... Is there a way to use, that this event will raise even if the app is closed? Thanks in advance Upvote 0
Erel said: Search for PhoneEvents (phone library). Click to expand... Is there a way to use, that this event will raise even if the app is closed? Thanks in advance
Erel B4X founder Staff member Licensed User Longtime User Oct 7, 2018 #7 Tutorial about static intent filters: https://www.b4x.com/android/forum/threads/20103/#content Example: https://www.b4x.com/android/forum/threads/widget-service-lifecycle.32914/#post-192551 Upvote 0
Tutorial about static intent filters: https://www.b4x.com/android/forum/threads/20103/#content Example: https://www.b4x.com/android/forum/threads/widget-service-lifecycle.32914/#post-192551
A Almog Active Member Licensed User Oct 27, 2018 #8 Erel said: Tutorial about static intent filters: https://www.b4x.com/android/forum/threads/20103/#content Example: https://www.b4x.com/android/forum/threads/widget-service-lifecycle.32914/#post-192551 Click to expand... Thank you Upvote 0
Erel said: Tutorial about static intent filters: https://www.b4x.com/android/forum/threads/20103/#content Example: https://www.b4x.com/android/forum/threads/widget-service-lifecycle.32914/#post-192551 Click to expand... Thank you