mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-19 19:15:08 +00:00
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
2 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue