Top "Android-wifi" questions

This tag is related to Wifi related questions on Android mobile devices

How to get wifi hotspot state

I am creating wifi hotspot in my phone and I want get its state change event when I switched on …

android android-wifi android-wireless
Android Q, programmatically connect to different WiFi AP for internet

As in Android Q, several WiFi APIs are restricted. I am trying to use alternate APIs to connect to different …

android android-wifi android-developer-api android-connectivitymanager android-10.0
Exception reading Wifi/3G State

Hi I have the following code that reads Network/Wifi state: public String getMacAddress() { WifiManager wm = (WifiManager) context .getSystemService(Context.…

android android-permissions android-wifi 3g cellular-network
Android Wifi signal icons

Is there a way to get the icon used by the system for the Wifi strength signal (I haven't found …

android android-wifi android-icons
Find all devices connected in a wifi network

I am trying to make an app here, which will detect all the devices connected in that WiFi network. I …

android android-wifi
Android adb wireless/WIFI debug Operation timed out

I followed steps in this post and tried to connect to my Motorola X Gen 2 for Wifi debugging, on OS …

android debugging android-studio adb android-wifi
Can I turn on WiFi-Direct from code? on Android API-14 (ICS)

I'm using the new Wi-Fi Direct API from google on Android 4.0 and in Sample code they send the User to …

android-wifi android android-4.0-ice-cream-sandwich
Simulate Slow Internet Connection on a REAL device?

I need to test my application in conditions where even 2G Internet connectivity isn't at its full coverage (i.e. 2 …

android android-wifi android-networking android-internet
Android Wifi Scan - BroadcastReceiver for SCAN_RESULTS_AVAILABLE_ACTION not getting called

Here is my code: public class FloatWifiManager implements IWifiManager { private WifiManager wifiManager; private BroadcastReceiver wifiScanReceiver; public FloatWifiManager(Context context) { ... wifiManager = (…

android broadcastreceiver android-wifi android-broadcast wifimanager
Connect with particular wifi programmatically after fetching available wifi connections

I have got the list of available wifi network list now i want to connect with a particular network.So …

android android-wifi wifimanager