This tag is related to Wifi related questions on Android mobile devices
recived = TrafficStats.getUidRxBytes(uid); send = TrafficStats.getUidTxBytes(uid); TrafficStats.getMobileRxBytes(); TrafficStats.getMobileTxBytes(); TrafficStats.getTotalRxBytes(); TrafficStats.getTotalTxBytes(); i have application id …
android android-wifi android-networkingI am creating an Android app which allows to connect you to a WiFi with a specific BSSID. I have …
android connection android-wifi wifi bssidWe've been using the WifiManager hidden API to enable Wifi tethering and create an access point. The problem now with …
android android-wifi android-networking hotspotI have to set a priority for wifi configuration sothat I have to always connect to specified wifi network so …
android android-wifi wifimanager wifiI'm using in the app setWifiApEnabled() from Hidden API (access by reflection). In some older phone it´s working (also …
android android-5.0-lollipop android-wifi wifimanagerandroid my device connected with wifi but how to if wifi is connected but these is no internet connection following …
android android-wifiI'm trying to develop an app for Android Wear. In order to test my app on my Moto 360 watch (which …
android adb wear-os android-wifiI have a question about android.net.NetworkCapabilities.NET_CAPABILITY_INTERNET. According to the JavaDocs this "indicates that this network …
android networking wifi android-wifiI am doing my Master thesis at the moment on WiFi positioning and in order to test my algorithms I …
android android-wifi rssiIs there a way to check if the user is using a device (this applies primarily to tablets) with Cellular …
android networking network-programming android-wifi cellular-network