Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to get android system bottom keys back?

I'm developing an android app that blocks incoming phone calls while running.

but after a block sequence android's main keys(Back,Home,..) just changes to a dotted circle !

enter image description here

can any one please tell me what is this

and help me to get main buttons back?

by the way - i'm testing on : Sony C2305(Android 4.2.2)

like image 915
Siamak Avatar asked Feb 24 '26 08:02

Siamak


1 Answers

This is what happens when your android phone is ringing(in default). since you changed default functionality of androids caller mechanism so its what really happen:

1- your phone rings and default caller turns on and hides android system keys in order to display caller screen
2- your application launches too and rejects call using code(and not androids caller application)
3- so as call rejected so androids default application closed with no response(without getting KEYs back!) Thats it. so i guess you should work with main caller istead of your own code to solve this problem.

Hope help you

like image 89
Mohammad Nouri Avatar answered Feb 25 '26 22:02

Mohammad Nouri



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!