Hello everyone and I hope you can help me.
I need to recall the WiFi setting section of the Android operating system.
By selecting it directly manually the function page appears as in Fig.1 with the back button (top left arrow) which allows me to return to the settings section but if I call it from the App using intent (as code below) the function opens as in fig. 2
without the back button... (which I would have liked to use to return to the App).
What can I do?
Intent cose usage
"<Public DTS As Intent
DTS.Initialize( "android.settings.WIFI_SETTINGS", "" )
StartActivity(DTS)>"
Fig.1
Fig.2