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.
如果手机上有任何网络活动,我可以注册到某个意图过滤器并获得事件通知吗?
通知栏顶部的箭头(wifi和hsdpa)移动,所以我猜有一些方法可以得到通知。
使用以下代码注册监听器
((TelephonyManager)mContext.getSystemService(Context.TELEPHONY_SERVICE)) .listen(mPhoneStateListener, PhoneStateListener.LISTEN_DATA_CONNECTION_STATE | PhoneStateListener.LISTEN_DATA_ACTIVITY);
在Phonestatelistener.OnDataActivity你会收到回调