element-hq / riot-android

A glossy Matrix collaboration client for Android
Apache License 2.0
1.4k stars 396 forks source link

Call invitation when phone is locked #336

Open hurzelmann opened 8 years ago

hurzelmann commented 8 years ago

When the phone is locked and I receive a call invitation I need to insert my lock screen code which is not the best user experience.

ylecollen commented 8 years ago

I'm not sure that a third party application could be allowed to bypass the lock screen for security reason. It seems having worked on android 4X but since android 5.0, it seems forbidden.

hurzelmann commented 8 years ago

At least for whatsapp this is working... hmmm...

hurzelmann commented 8 years ago

and for hangouts also...

digititus commented 6 years ago

And for Signal

digititus commented 6 years ago

ConnectionService

An abstract service that should be implemented by any apps which either:

Can make phone calls (VoIP or otherwise) and want those calls to be integrated into the built-in phone app. Referred to as a system managed ConnectionService.
Are a standalone calling app and don't want their calls to be integrated into the built-in phone app. Referred to as a self managed ConnectionService.
rakshitsoni02 commented 6 years ago

and for twilio

any workaround for the solution?