Top "Android-wifi" questions

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

How users/developers can set the Android's proxy configuration for versions 2.x?

I would like to know if it's possible for the user, or for the developers to set the Wi-Fi Access …

android http proxy wifi android-wifi
What is the difference between active scan and passive scan?

What is the difference between mWifiManager.startScanActive() and mWifiManager.startScan(). What is the difference between active scan and passive scan?

android wifi android-wifi access-point
WifiConfiguration enable network in Lollipop

I was working on Wifi project, there is a module that enable user to join wifi programatically. In kitkat and …

android android-wifi android-5.0-lollipop
Set static IP and gateway programmatically in Android 6.x (Marshmallow)

Can anybody tell me how can I set the static IP and gateway programmatically in Android 6? I have read here …

android android-wifi wifimanager wifi
Android: Change gateway address of hot-spot

Is there a way to change the gateway address of the AP hot-spot feature of Android from 192.168.43.1 to something else …

android wifi android-wifi personal-hotspot
Setting wifi ssid with a space in it

I am trying to setup the wifi on my android things raspberry pi following the documentation. My Ssid contains a …

android adb android-wifi android-things
Detect 3G or Wifi Network restoration

Is it possible to implement a PhoneStateListener(or any other mechanism) to detect when either the 3G or Wifi network …

android networking 3g android-wifi
Android WifiManager getScanResult complains Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission although declared permission

I am developing an App to check Wifi points. I am getting error "java.lang.SecurityException: Need ACCESS_COARSE_LOCATION …

java android android-wifi wifimanager
get list of all users connected using wifi tethering in android

I am trying to get list of all connected users in wifi tethering. I know that i have to read …

java android android-wifi tethering
Android: How to launch WiFi through code

i want to make an simple app which detect the wifi networks and after selecting a network it launch(connect) …

android android-wifi onitemclick