Created by: zbsz
Changed ExopackageInstaller.installFile
to use ddmlib IDevice.pushFile
instead
of receive-file
action of android agent app.
receive-file
was used to upload a file and put it in specified path, using IDevice.pushFile
is much easier and seems to be working better (at least on my devices).
This was the only place where 'receive-file' was used, so I removed it completely, also from the native app version.
I have no idea why this was done this way, only tested it on couple devices, so this is just a suggestion, someone with more experience (or test devices) should verify if that is fine.