python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Wifi saved programatically by device owner in android 11 doesn't connect automatically
I have a device owner app in android 11 that is responsible for configuring WPA wifi networks. What I am doing in code basically is the following):
val config = WifiConfiguration().apply {
...
Ankit Koirala
Votes: 0
Answers: 0
Is there any way to create a custom UI for android Settings.Panel.ACTION_WIFI
I was trying to use the wifi on/off option. I came through Settings.Panel.ACTION_WIFI and it is working as expected. However the system UI has issues in some of the devices. It is getting distorted in...
rajeesh
Votes: 0
Answers: 0
WifiManager getConnectionInfo() got deprecated in Android API level 31
We uses Wifimanger getConnectionInfo() method to get SSID and BBSID of connected wifi.
But starting with Andorid API level 31 , Android has deprecated the getConnectionInfo() method.
The solution that...
Ranjeet Kumar yadav
Votes: 0
Answers: 1
Programmatically wifi connect like Google Lens
I am trying to implement wifi connect programmatically, but it seems since android 10 It had many issues and tried many source code from GitHub, every implementation has some limitations.
I am not an ...
Rahul Gupta
Votes: 0
Answers: 0