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.
デバイスの Wi-Fi とモバイル無線の 1 秒あたりのビット数の比率を把握したいと考えています。
これらの番号はどこで/どのように入手できますか?
ありがとう
WifiManager getConnectionInfo() を呼び出すと、Wifi について取得できるすべての情報を含むWifiInfoが返されます。
ConnectivityManagerを使用して、モバイルおよびその他のネットワーク統計を取得します。これには、探しているすべての情報が含まれていない可能性があります。