Example usage for Java android.telephony PhoneStateListener fields, constructors, methods, implement or subclass
The text is from its open source code.
int | LISTEN_NONE Stop listening for updates. |
int | LISTEN_SERVICE_STATE Listen for changes to the network service state (cellular). |
int | LISTEN_CELL_LOCATION Listen for changes to the device's cell location. |
int | LISTEN_CALL_STATE Listen for changes to the device call state. |
int | LISTEN_DATA_CONNECTION_STATE Listen for changes to the data connection state (cellular). |
int | LISTEN_DATA_ACTIVITY Listen for changes to the direction of data traffic on the data connection (cellular). |
int | LISTEN_SIGNAL_STRENGTHS Listen for changes to the network signal strengths (cellular). |
int | LISTEN_CELL_INFO Listen for changes to observed cell info. |
PhoneStateListener() Create a PhoneStateListener for the Phone with the default subscription. |