Feature Request: Include File Timestamps
nezuky opened this issue · 1 comments
nezuky commented
When copying files using Media Transfer Protocol (MTP) file timestamps are preserved.
AdbFileManager does not replicate this behavior, but it can be easily achieved by adding the -a
flag to adb pull
so that file timestamps are copied. #7
Example:
adb pull -a /sdcard "PC_directory"
However I don't see an easy solution for implementing timestamps for sending files via adb push
.
T0biasCZe commented
Done in v1.3