telephonymanager
How to change existing UI screen to my own UI screen?
I am writing a code 开发者_如何学Gofor Dialing calls. I am using my own UI (i.e display screen), when i touch a button on the screen for dial button, it is dialing but the existing dialing screen is d[详细]
2023-03-05 09:33 分类:问答getNeighboringCellInfo() returning null list
I\'m struggling a little trying to get neighbour cells info (for the current cell info, everything works fine):[详细]
2023-02-22 01:35 分类:问答Android: TelephonyManager.getSimSerialNumber() returns null
in which cases this method returns a null reference? Can only depend on the sim ca开发者_StackOverflow中文版rd?[详细]
2023-02-21 23:38 分类:问答Getting telephone US local area code with Android
I would like to know how can i get the device/user area code from within my android app I know there is a lib named TelephonyManager but i couldn\'t find the country code feature[详细]
2023-02-18 23:16 分类:问答Get the number I am calling in Android
I need to get the number that I am calling from my Android device programmatically. What I\'m doing now is the following:[详细]
2023-02-17 04:23 分类:问答How to tell if handset is on WiMAX
I use TelephonyManager to get the network type as in getNetworkType(). Currently I see only CDMA and GSM networ开发者_如何学JAVAks only. How do I detect WiMAX as the networkType. Sprint\'s HTC EVO 4G[详细]
2023-02-11 13:06 分类:问答How to find the mobile phone number in android?
I am developing a small android application in that i want find the mobile phone number used i开发者_Python百科n the particular phone[详细]
2023-02-10 02:39 分类:问答outgoing call detect in PhoneStateListener
I want to detect outgoing call in android application . Actually I can detect开发者_运维知识库 outgoing calls but it is also working for incoming too and I don\'t want that. I need it to work only for[详细]
2023-01-29 21:02 分类:问答Unable to get non-empty string from PhoneStateListener::onCallStateChanged
Source: listener = new PhoneStateListener() { @Override public void onCallStateChanged(int state, String incomingNumber) {[详细]
2023-01-29 18:36 分类:问答TelephonyManager.getNetworkType() and HSDPA problems :(
I have been using the following code to establish which network the device is using : TelephonyManager tempManager;[详细]
2023-01-28 17:10 分类:问答