Can arc be scripted at all from the command line? For instance, is there a command I could run which produces the same behavior as "Add your APK". Something like:
arc -add /path/to/app.apk -removeExisting -metadata="{enableExternalDirectory: true, value=/path/to/external/directory}"
If not, maybe registry values which do the same thing?
If so, where do I find all the available commands?
Thanks