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でデータ接続(EDGE)がデータを転送しているかどうかを確認したいですか?
TelephonyManager の getDataActivity() を使用します。その値がゼロ以外の場合、ネットワーク トラフィックがあります。
TelephonyManager tm = (TelephonyManager) getSystemService(TELEPHONY_SERVICE);