Android app which i am developing has some modes like:
- Kiosk Mode
- Normal Mode
- Semi-Kiosk Mode
Now my question is while my app is running in a Kiosk mode it will blocks all the other apps to open/make himself on the top. So user is unable to go to the settings screen.
I want a way to provide a Wi-Fi settings within my app so that user can do:
- Search for the Wi-Fi nearby
- Select and provide the password
- Can see which Wi-Fi node is connected
Any help will be appreciated.