Installing the APK Using ADB Commands

Installing the APK Using ADB Commands

  1. To install the APK using an Android Debug Bridge (ADB) connection, open a command prompt and send the following ADB commands to the device:
    adb install –g <apk_file_name> adb shell dumpsys deviceidle whitelist +com.symbol.wfc.voice adb shell appops set com.symbol.wfc.voice SYSTEM_ALERT_WINDOW allow
    Where
    <apk_file_name>
    is the name of the Zebra Voice APK file.