Skip to content Skip to sidebar Skip to footer
Showing posts with the label Telephony

Android - Remove Missed Call Notification

is there anyway to remove a missed call notification by code? And somehow remove the last missed ca… Read more Android - Remove Missed Call Notification

Change Mobile Network Mode (gsm, Wcdma, Auto)

I want to change the preferred network mode ie. gsm or wcdma or auto, programmatically, from code,… Read more Change Mobile Network Mode (gsm, Wcdma, Auto)

How To Retrieve Missed Calls On Android Sdk 2.2

in my app I should do some action when a call comes but not answered by the user. I have searched … Read more How To Retrieve Missed Calls On Android Sdk 2.2

Dynamic Android Call Forwarding

I'm developing a mobile APP and I need to forward the incoming calls to different numbers based… Read more Dynamic Android Call Forwarding

If My App Is Selected As The Default Dialer App. Is It Possible To Make Intent To Show Call In The Dialer

I have implemented a CallService which I have in the manifest like this: Solution 1: Ok, so like … Read more If My App Is Selected As The Default Dialer App. Is It Possible To Make Intent To Show Call In The Dialer

Getallcellinfo In Dual Sim

Does anyone know if the cell indexes on the list returned from TelephonyManager.getAllCellInfo() ar… Read more Getallcellinfo In Dual Sim

Change Mobile Network Mode (gsm, Wcdma, Auto)

I want to change the preferred network mode ie. gsm or wcdma or auto, programmatically, from code,… Read more Change Mobile Network Mode (gsm, Wcdma, Auto)

How To Find Out Whether A Particular Device Has SIM Hardware Support?

I wanted to disable features related to CALL and SMS in my application based on whether SIM hardwar… Read more How To Find Out Whether A Particular Device Has SIM Hardware Support?