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.
可能重复: 检查 android 上的互联网连接
当您没有连接wifi或3g时如何在Android上显示连接窗口?就像在 Skype 应用程序上一样,它会检测到您没有连接到互联网。谢谢!!!
您可以添加侦听器以接收连接状态。通过wifi接收器,您可以在连接和断开连接时获取状态,对于移动数据连接,您可以通过电话状态监听器接收。此链接将帮助您跟踪相同的内容。
电话状态监听器
无线监听器