q-municate-android icon indicating copy to clipboard operation
q-municate-android copied to clipboard

How to get Background Incoming call in Android Q-Municate

Open roma50 opened this issue 7 years ago • 2 comments

I modified Q-Municate. But, in the background we just receive call notification like (ABC is calling you); instead of call screen directly in background and during locked screen.

When, we click on notification that (ABC is calling you); then it first open the application then it show the incoming call screen.

But, how to show directly incoming call screen when app will be close and phone screen will lock. Please tell me How I can solve the solution of this issue. Thanks

roma50 avatar Nov 18 '17 07:11 roma50

As fast solution you can add starting command QBLoginChatCompositeCommand when call push was received (in class ChatNotificationHelper.java). Additionally for implementation showing call screen on lock screen you need learn Android documentation how to show Activity on lock screen. But pay attention, Q-municate is big project and we need more time for investigating and implementing this feature.

tatanka987 avatar Nov 20 '17 10:11 tatanka987

I already done above solution but not successful unfortunately

roma50 avatar Nov 20 '17 14:11 roma50