adb shell touch
the touch command is a standard command used in UNIX/Linux operating system which is used to create, change and modify timestamps of a file
adb shell touch /mnt/sdcard/Download/test.txt
the touch command is a standard command used in UNIX/Linux operating system which is used to create, change and modify timestamps of a file
adb shell touch /mnt/sdcard/Download/test.txt