broadcastreceiver更改ui
写了两个类,分开写的1是MainActivity
2是ibroadcastreceiver,广播。
我想在 onReceive 方法里接收到广播后-----》通知MainActivity进行更新MainActivity的UI
比如在 onReceive里
if(action=="123"){
然后就通知MainActivity
}
MainActivity接收到信息后更新UI。
说说方法吧 broadcastreceiver android
补充:Java , Java相关