Open Available WIFI networks in Lockdown via Intent

Solved Locked
BW
Benjamin, Wilts
Taneri Consulting GmbH (TCG Global)

Hi,

i have a lockdown configured and I want to use a wifi icon to open the available networks. The customer doesn't want to use the soti wifi, he wants to use the android specific.

So I was thinking I could to this via a intent, unfortunately I'm unable to fullfil the intent correctly.

I want to open the following

com.android.settings/.SubSettings

sendintent -a "intent://com.android.settings/.SubSettings/#Intent;scheme=content;action=android.intent.action.EDIT;component=com.android.settings/.Subsettings;end"

Any ideas or help for me?

Thanks,

5 years ago
MobiControl - Android Script Engine
ANSWERS
RC
Raymond Chan Diamond Contributor
5 years ago

With the device of interest on hand, it just take two minutes to find the right actiivity name in the associated firmware.

Just turn off the kiosk mode, then go to the required Wifi setting sub-page of Settings.  Then send MobiControl "identify_activity" script or use other third-party utility to find the name of your target activity running in the foreground.

Solution
J
JVMOD@SOTI
5 years ago

Hello Benjamin,

Thank you for your post, please provide the following information -

Manufacturer -

OS version -

MobiControl version -

Agent version -

Enrollment type - 

Regards,

BW
Benjamin, Wilts
5 years ago

Hi,

thank you for your answer.

Please find the answers to your questions as follows

Manufacturer - Honeywell

OS version - Android 9

MobiControl version - 14.4.2.1307

Agent version - 13.5.1.1234

Enrollment type - Work managed device

RC
Raymond Chan Diamond Contributor
5 years ago

No intent is needed.  Just launching the required activity of Settings can get the job done.   Depending on  the devce Android version and what Wifi related parameters need to be configured,  the name of the required Settings activity varies.   Based on my wild guess, you can try adding the following kiosk item:

  Launch://com.android.settings/.wifi.WifiSecPickerActivity

BW
Benjamin, Wilts
5 years ago

Thank you for your answer.

Unfortunately the answer is: "Activity not  found"

BW
Benjamin, Wilts
5 years ago

Tried that and found it, but if you want to start the activity nothing happens.

But never mind, we wrote a small app which is doing that.

Thanks for the help.