Provides APIs for monitoring the basic phone information, such as the network type and connection state, plus utilities for manipulating phone number strings. more...
| CellLocation | Abstract class that represents the location of the device. Currently the only subclass is GsmCellLocation. | 
| NeighboringCellInfo | Represents the neighboring cell information, including Received Signal Strength and Cell ID location. | 
| PhoneNumberFormattingTextWatcher | Watches a TextView and if a phone number is entered will format it using formatNumber(Editable, int). | 
| PhoneNumberUtils | Various utilities for dealing with phone number strings. | 
| PhoneStateListener | A listener class for monitoring changes in specific telephony states on the device, including service state, signal strength, message waiting indicator (voicemail), and others. | 
| ServiceState | Contains phone state and service related information. | 
| TelephonyManager | Provides access to information about the telephony services on the device. |