Top "Telephonymanager" questions

Telephony class for Android devices

Android: get CellID and RSS for Base Station and Neigboring Cells

I'm trying to get the following data: Base station: CellID and RSS (recognition which one is the base station) For …

android telephony telephonymanager cellid phone-state-listener
get both simcard operator name in dual SIM mobile

I want to know Both sim card's operator name when mobile is dual sim.In single SIM I got operator …

android telephonymanager
Get the current speed of internet (mobile & Wifi) using Android

I have an app that has to work in offline and online mode. Application has to make requests to the …

android android-wifi telephonymanager wifimanager
How to determine a call made is local or STD OR ISD

I am developing an application which requires to keep track of the outgoing calls made by user, which I am …

android android-intent telephonymanager
How to track the messages in Android?

I want to develop an app which tracks the sent/received SMSs. I mean, when a user sends a message …

android sms telephonymanager
How to figure out which SIM received SMS in Dual SIM Android Device

I'm working on a project to sync sms received in a Android phone to a online database. I can get …

android sms telephonymanager
Why ITelephony.aidl works?

I saw some SO posts which discussed about how to end a phone call programmtically, for example, this one. Yep, …

android performance android-intent aidl telephonymanager
How to get the call status for outgoing calls?

I am beginner in android and developing an android application to monitor the network status when the user is on …

android android-activity telephonymanager android-broadcast
Why doesn't this code work on android 6 marshmallow Api 23?

Why doesn't this code work on android 6 marshmallow Api 23? It does not throw an Exception but the code within callStateListener …

android telephonymanager android-6.0-marshmallow