-
-
Method Summary
-
-
Constructor Detail
-
FilesImpl
FilesImpl(AdbServer adbServer)
-
-
Method Detail
-
push
Unit push(String serverPath, String devicePath)
Performs adb push.
Required Permissions: INTERNET.
- Parameters:
serverPath- a file path relative to the server directory.devicePath- a path to copy.
-
remove
Unit remove(String path)
Removes a file by given path.
Required Permissions: INTERNET
- Parameters:
path- a path to remove
-
-
-
-