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.
我想检查数据连接(EDGE)是否在android中传输数据?
使用 TelephonyManager 的 getDataActivity() 如果它的值非零,则存在网络流量。
TelephonyManager tm = (TelephonyManager) getSystemService(TELEPHONY_SERVICE);