Android Question Wifi Intent Only

Yvon Steinthal

Active Member
Licensed User
Longtime User
Hello,

I currently allow my user to change his wifi settings with this code:


B4X:
   Dim i As Intent
   i.Initialize("android.settings.WIFI_SETTINGS", "")
   StartActivity(i)

It prompts the android settings, however i would like to limit the user to only change wifi settings, and not the rest of possible settings...

Thanks,
Y.
 
Top