2
public class MyReceiver extends PhoneStateIntentReceiver {
@Override
public void onReceiveIntent(Context context, Intent intent) {
if (intent.action == Intent.CALL_ACTION) {
}
}
}
假設已調用notifyPhoneCallState以使MyReceiver能夠接收有關電話呼叫狀態的通知,在這種情況下,代碼將被執行?關於PhoneStateIntentReceiver的小混亂
- 當設備接收到呼入呼叫
- 時當用戶按下呼叫按鈕
- 傳入電話呼叫終止
- 或將代碼不呼出裝置
- 上啓動執行了嗎?
是我的意思是。對不起,錯字 – pixelscreen 2011-05-04 06:46:15