When I am using Termux may I send a command to create and save a smartphone screenshot in /sdcard/DCIM ?
Asked
Active
Viewed 2,285 times
0
When I am using Termux may I send a command to create and save a smartphone screenshot in /sdcard/DCIM ?
READ_FRAME_BUFFER
. It has protection levelsignature|privileged
, so cannot be granted to non-system apps (at least without root). //adb
can be executed on phone without PC if you have root access (also sometimes without root access). – Irfan Latif Feb 07 '20 at 15:54