Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要知道设备何时注册到漫游网络。是否有任何广播意图或任何其他方式我可以知道这个事件?
为ConnectivityManager.CONNECTIVITY_ACTION创建一个广播接收器....在 onreceive 检查当前网络信息以检查漫游...