This commit is contained in:
Joey Hess 2022-01-03 13:53:34 -04:00
parent 9e18cd28ad
commit 0584e096d1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 18 additions and 0 deletions

View file

@ -202,6 +202,7 @@ retrieve' serial src dest =
showOutput -- make way for adb pull output
liftIO $ boolSystem "adb" $ mkAdbCommand serial
[ Param "pull"
, Param "-a"
, File $ fromAndroidPath src
, File dest
]