Search code examples
javaandroidandroid-wifi

How to open little popup menu for selecting wifi in android?


I noticed this half screen wifi selection menu in some Android Apps. enter image description here

I would like to use this menu in my own app, to give the user the possibility to select the wifi without jumping to settings app. I didn't find any instruction how to do this. However AndroidStudios Layout Inspector showed me that its belonging to the system, not to the app. Anyone knows how to open this menu ?


Solution

  • It's called a Settings Panel:

    https://medium.com/google-developer-experts/exploring-android-q-settings-panels-d308525b8345