We have Zebra VC80x's and use a program called Velocity. Right now, I created a package that pushes our configuration file to a specific folder on the Zebra. If they change the configuration, they typically have a different name, so when I push the new file, it will show both configurations to the user. I'd like to create a package that will have a pre-install script to delete the old file but unsure how to do it in Android. Does anyone know the command(s) I need to do this.
The current file is called DSC v0.15.3L.wldep and I pushed it to this path: \storage\emulated\0\com.wavelink.velocity\
Is there a simple command I can do to remove this? or does it not work this way in Android?
Thank you in advance.