mvt/mvt
Trigus42 03523a40c0 Fix _adb_process_file & Improve _adb_download_root
- The _adb_download function doesn't need a package_name argument. This broke _adb_process_file and unnecessarily clutters function calls. Also, the function may be used to download other files or folders too. Generating a random filename seems like the best solution to me since it is less likely to get a duplicate filename and thus to replace an existing file.

- The path /sdcard/Download doesn't necessarily exist. Using /sdcard seems more reliable.
2021-07-24 12:09:59 +02:00
..
android Fix _adb_process_file & Improve _adb_download_root 2021-07-24 12:09:59 +02:00
common First commit 2021-07-16 08:05:01 +02:00
ios First commit 2021-07-16 08:05:01 +02:00
__init__.py First commit 2021-07-16 08:05:01 +02:00