Support Installer

Overview

Support Installer is designed to facilitate the proper App Usage permissions for Support Application. After installing the application, the Silent Init Activity needs to be invoked. Once the Support Tool Installer runs, it will install the Support Tool application via the Zebra EMDK, which will give all defined permissions to the Support Application.

Invoking Silent Init Activity with ADB Command

To launch the Silent Init Activity using ADB, use the example below as a guide:

adb shell am start -n com.bluefletch.ems.supportinstaller/com.bluefletch.ems.supportinstaller.SilentActivity

Invoking Silent Init Activity with Airwatch Command

To launch the Silent Init Activity using AirWatch, use the example below as a guide:

mode=explicit,action=android.action.intent.MAIN,package=com.bluefletch.ems.supportinstaller,class=com.bluefletch.ems.supportinstaller.SilentActivity,broadcast=false

This installer currently supports Zebra devices only.

Last updated