Android學習筆記之廣播機制(1)

廣播接收者(BroadcastReceiver)用於異步接收廣播Intent,廣播Intent的發送是通過調用Context.sendBroadcast()、Context.sendOrderedBroadcast()或者Context.sendStickyBroadcast()來實現的。通常一個廣播Intent可以被訂閱了此Intent的多個廣播接收者所接收。 廣播機制: 要實現一個廣播接收者方
相關文章
相關標籤/搜索