For one of my customer, I have an Android COSU app in LockTask mode.
On an incoming/outgoing call, the InCallUI is well displayed because the phone app of the device is whitelisted.
However, in LockTask mode, the back button is still enabled in the navigation bar and their employees (as good ones :)) often hit it so they cannot hang up the conversation.
My question is:
Does it exist an Intent to bring back the InCallUI so users can interact with the keypad or hang up?
In this case, I could display an overlay (bar on top of the screen or button like Facebook Messenger) to bring back the InCallUI.
Thanks in advance :)
[EDIT] Exiting the LockTask mode is not an option ;)