您的位置:首页 > 移动开发 > Android开发

developer.Android.com:PhoneStateListener :onServiceStateChanged(ServiceState serviceState)

2015-02-09 14:35 453 查看
转载自:http://developer.android.com/reference/android/telephony/PhoneStateListener.html#onServiceStateChanged(android.telephony.ServiceState)

 

A listener class for monitoring changes in specific telephony states on the device, including service state, signal strength, message waiting indicator (voicemail), and others.

Override the methods for the state that you wish to receive updates for, and pass your PhoneStateListener object, along with bitwise-or of the LISTEN_ flags to
TelephonyManager.listen()
.

Note that access to some telephony information is permission-protected. Your application won't receive updates for protected information unless it has the appropriate permissions declared in its manifest file. Where permissions apply, they are noted in the
appropriate LISTEN_ flags.

 

 

voidonServiceStateChanged(ServiceState
serviceState)Callback invoked when device service state changes.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: