android14 广播接收器RECEIVER_EXPORTED

2024-01-29  本文已影响0人  yunhen

安卓14,动态注册广播接收器,需要flag的参数,
ContextCompat.RECEIVER_EXPORTED表示接收其他app发送的intent

ContextCompat.registerReceiver(this,AmapAutoNaviReceiver.Companion.getInstance()
                        ,filter,ContextCompat.RECEIVER_EXPORTED);
上一篇 下一篇

猜你喜欢

热点阅读