Yvon Steinthal Active Member Licensed User Longtime User Aug 8, 2016 #1 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.
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.
Erel B4X founder Staff member Licensed User Longtime User Aug 9, 2016 #2 It is not possible. You cannot control the settings app. Upvote 0