Android Question Strange intent operation

Sganga61

Member
Licensed User
Longtime User
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

2.png


Fig.2
1.png
 

JohnC

Expert
Licensed User
Longtime User
What happens if you click the back button on the phone when at Fig 2 - doesn't it return to your app (even though a back button icon is not displayed)?
 
Upvote 0

Sganga61

Member
Licensed User
Longtime User
Hi JohnC
When you touch the area where the return arrow was supposed to be (Fig.2 upper left corner), nothing happens.
By tapping on the area where the arrow is (fig.1) I return to the Android settings menu
 
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
i get back buttons top and bottom when launching from intent. could be an os issue: device make? os version?
 

Attachments

  • settings.png
    settings.png
    34.2 KB · Views: 82
Upvote 0

Sganga61

Member
Licensed User
Longtime User
Hi.. I'm working on industrial Android Cpu..not a smartphone.
The Android version it is very old. Android 6 !
 
Upvote 0
Top