I have a problem that I want to check the user who starts the WIFI or turns into AP in Android OS.
How should I check these services whether they are activated or not?
Please help me to solve this problem.
Thank you for your help:)
| |||
|
feedback
|
|
To check the Wifi state use this code
To perform this you have to declare the bellow permissions in the manifest.xml file.
| |||
feedback
|