This tag is related to Wifi related questions on Android mobile devices
I am creating wifi hotspot in my phone and I want get its state change event when I switched on …
android android-wifi android-wirelessAs 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.0Hi 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-networkIs there a way to get the icon used by the system for the Wifi strength signal (I haven't found …
android android-wifi android-iconsI am trying to make an app here, which will detect all the devices connected in that WiFi network. I …
android android-wifiI 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-wifiI'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-sandwichI 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-internetHere 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 wifimanagerI have got the list of available wifi network list now i want to connect with a particular network.So …
android android-wifi wifimanager