Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to modify incoming and outgoing call screen view in android

I want modify below screen according to my option.

I don't know how to access this screen.

enter image description here

and i need to modify this screen also

enter image description here

Please help me to do this.

like image 781
Poovizhirajan N Avatar asked Apr 19 '13 06:04

Poovizhirajan N


People also ask

How do I change the way my call looks on Android?

Tap onto any one of those theme groups. To enable a template to replace your caller screen, tap on the + sign at the bottom as shown in the picture below. After you tap on the + sign, the caller screen template will show you a preview. This is exactly what your caller screen will look like when you get a call.

How do I change my incoming call layout?

Now, in the Call settings menu, you will see a new feature called “Call background” tap on it. Step 4. Tap the Layout option at the bottom left-hand side of the screen to choose different layout options.


1 Answers

You cannot modify default screen but instead of this you can launch your screen for that you need to use BroadCastReceiver for incoming calls

here is the link for getting phone state in broadcast receiver

http://www.tutorialforandroid.com/2009/01/get-phone-state-when-someone-is-calling_22.html

like image 61
Pratik Avatar answered Sep 30 '22 03:09

Pratik