Hello,
when using
Dim PackageName As String= "com.android.settings"
Dim StartIntent As Intent= PM.GetApplicationIntent(PackageName)
StartActivity(StartIntent)
I can open the standard settings of the phone.
However, I want to go directly to the settings for controlling WiFi, network access.
Is this possible?
Thanks for any suggestions.
when using
Dim PackageName As String= "com.android.settings"
Dim StartIntent As Intent= PM.GetApplicationIntent(PackageName)
StartActivity(StartIntent)
I can open the standard settings of the phone.
However, I want to go directly to the settings for controlling WiFi, network access.
Is this possible?
Thanks for any suggestions.