Sendintent via Javascript

Solved

Hello community,

I have to implement a package script for Android devices which have to use a sendintent in relation to the OS version  of the calling device (>10 yes, otherwise not). The legacy scripting is really limited in logical branching. So I decide to use Javascript for implementation. So my question, is there a way to send an intent from Javascript on the device or to trigger a sendintent from there? 

Thanks for any comment!

Kind regards

    Kersten

a year ago
Android Scripting
ANSWERS
RC
Raymond Chan Diamond Contributor
a year ago

I made feature request to Soti about two years ago.  However, there is currently still no DIRECT way to send Android Intent with MobiControl Android javascript  as documented in the latest v1.6 API spec found online at  https://www.soti.net/mc/help/javascriptapi/en/index.html.

Solution
KS
Kersten Sckade
a year ago

Hi Raymond,

thanks for your answer. I will now try an approach with virtual grouping and different profiles.

Thank you very much

Kersten