Top "Telephonymanager" questions

Telephony class for Android devices

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. and i need …

android android-layout popup broadcastreceiver telephonymanager
How to know whether I am in a call on Android?

I want to know whether I am in a call. If I am in a call then start the service (…

java android telephonymanager
getLine1Number() Returns blank, not null

I want to get Mobile Number of Device. I have used following code reference by Alex Volovoy's This Link TelephonyManager …

android telephonymanager
How to monitor SIM state change

I'd like to be able to do some stuff when the SIM state change, i.e. play a sound when …

android broadcastreceiver android-service telephonymanager
How to get android signal strength

I just started developing for android and I am trying to figure out how to get a users signal strength. …

java android telephonymanager
end incoming call programmatically

This is a familiar question in SO. and what I need is to end call programmatically. I have searched a …

android telephony telephonymanager
to get phone number programmatically in Android

I am using the code TelephonyManager tMgr =(TelephonyManager)mAppContext.getSystemService(Context.TELEPHONY_SERVICE); mPhoneNumber = tMgr.getLine1Number(); to get the …

android telephonymanager sim-card
android.Settings.Secure.ANDROID_ID

I'm developing an android application and I'm going to use the LVL library to check google play licence. After reading …

android telephonymanager android-identifiers
how to resolve this error "com.android.internal.telephony cannot be resolved to a type" in android

i am creating simple call filter application which restrict unwanted calls. i use following code to restrict call but i …

android class methods telephony telephonymanager
Android How to get Phone number from the Dual sim phone

Hello friends in my app i want to show user to their sim phone number but with in dual sim …

android telephonymanager