标签: android performance transfer
我想在上传之前确定连接上可能的传输速度,例如图像。我怎么能在android中做到这一点?有什么建议吗?
答案 0 :(得分:0)
据我所知,不是速度,
而是连接类型:
https://groups.google.com/forum/#!topic/android-developers/ius4garTtGA
http://developer.android.com/reference/android/net/wifi/WifiInfo.html
另外,请参考刚刚发布的How to get wifi standard,应该有所帮助!