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.
我已经使用 websocket 协议编写了一个应用程序。我想确保我的应用程序的持久连接。当手机成功连接到我的服务器时,我的手机会振动。现在,只要我通过 wi-fi 建立连接,它就可以工作,但是每当我关闭 wi-fi 时,4g 服务的连接就会失败。此外,如果我随后打开 wi-fi,手机会振动。是否有我必须处理的特殊事件以确保通过 4g/3g 服务连接?
您是否尝试过 ConnectivityManager?
看看这个:确定和监控连接状态