related to transmitting or receiving data over telephone networks.
Is it possible to get a device's telephony ID, MAC Address, serial number, and/or Android ID through a mobile …
android uniqueidentifier telephony mac-addressi am creating simple call filter application which restrict unwanted calls. i use following code to restrict call but i …
android class methods telephony telephonymanagerIn my app I will maintain a list of contacts. Any calls from contacts in the list will be dropped. …
android telephony callblockingIn my project I want my Raspberry PI to dial an outbound PSTN number. I have a SIP account with …
raspberry-pi sip telephony linphoneI want to change the preferred network mode ie. gsm or wcdma or auto, programmatically, from code, on Android. Is …
android android-networking telephonyI noticed in the class TelephonyManager there are CALL_STATE_IDLE, CALL_STATE_OFFHOOK and CALL_STATE_RINGING. They seem …
android telephony phone-callin my app I should do some action when a call comes but not answered by the user. I have …
android notifications telephonyI am interfacing with a GSM modem module through the standard GSM AT command interface. Right now the access point …
telephony gsmI am trying to access CallManager class object from com.android.internal.telephony package. Here is my code: ClassLoader classLoader = …
java android telephony