Files
cheatsheet-tldr/android/screencap
2024-02-21 11:19:49 +00:00

15 lines
326 B
Plaintext

---
syntax: markdown
tags: [tldr, android]
source: https://github.com/tldr-pages/tldr.git
---
# screencap
> Take a screenshot of a mobile display.
> This command can only be used through `adb shell`.
> More information: <https://developer.android.com/tools/adb#screencap>.
- Take a screenshot:
`screencap {{path/to/file}}`