Closed mcgeagh closed 8 years ago
a lot of workloads perform this: self.device.execute('am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///sdcard')
self.device.execute('am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///sdcard')
seems worth abstracting that into the self.device class of wa, perhaps called self.device.broadcast()
This change is now on the upstream. See b510b310527e11fe951a3842e470d8391ff8a759. Closing
a lot of workloads perform this:
self.device.execute('am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///sdcard')
seems worth abstracting that into the self.device class of wa, perhaps called self.device.broadcast()