Skip to content

Commit

Permalink
Mention UHID permission errors
Browse files Browse the repository at this point in the history
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 <#4473 (comment)>
PR #5270 <#5270>
  • Loading branch information
rom1v committed Sep 15, 2024
1 parent f01a622 commit befc0fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/gamepad.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions doc/mouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit befc0fa

Please sign in to comment.