Is there a way to upload a photo to the photo gallery? There's driver.pushFile(), but I'm not sure where the file is pushed onto the device.
Currently, my tests execute the following through the command line,
adb push /path/to/file /mnt/sdcard/Pictures
adb shell am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///mnt/sdcard/Pictures
but it gets complicated when running on the grid. Is there an example of uploading a photo to the photo gallery using pushFile()? This
issue reply said that it's possible.