mirror of https://github.com/Genymobile/scrcpy
Mention UHID permission errors
UHID may not work on old Android versions due to permission errors. Mention it in UHID mouse and gamepad documentation (it was already mentioned for UHID keyboard). Refs #4473 comment <https://github.com/Genymobile/scrcpy/pull/4473#issuecomment-1975133226> PR #5270 <https://github.com/Genymobile/scrcpy/pull/5270>
This commit is contained in:
parent
f01a622ead
commit
befc0fac5b
|
@ -28,6 +28,8 @@ scrcpy --gamepad=uhid
|
|||
scrcpy -G # short version
|
||||
```
|
||||
|
||||
Note: UHID may not work on old Android versions due to permission errors.
|
||||
|
||||
|
||||
### AOA
|
||||
|
||||
|
|
|
@ -53,6 +53,8 @@ scrcpy --mouse=uhid
|
|||
scrcpy -M # short version
|
||||
```
|
||||
|
||||
Note: UHID may not work on old Android versions due to permission errors.
|
||||
|
||||
|
||||
### AOA
|
||||
|
||||
|
|
Loading…
Reference in New Issue