We have some Android 11 Zebra MC9300s that have old wldep files with the hardware rendering option disabled. I found the article below that shows you can run Velocity File Assistant with StartActivity Intent to delete the old files but I'm unsure of the syntax for the script. Anyone know what script I can send to start com.wavelink.velocityfileassistant with intent?
To use Velocity File Assistant to replace files:
1.Download the Velocity File Assistant app from the Wavelink downloads page and install it on a Android device that has Velocity 2.1.21 or newer installed.
2.Copy the configuration files to /sdcard/com.wavelink.velocity on the device.
3.Use an MDM client to send a startActivity intent to launch the Velocity File Assistant.
Velocity File Assistant deletes the files from the /sdcard/Android/data/com.wavelink.velocity/files directory and then copies the files from /sdcard/com.wavelink.velocity . If you use startActivityForResult(), the activity returns RESULT_OK when no problems are encountered, and returns RESULT_CANCELED when problems are encountered. Velocity File Assistant closes when it is done.