You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/server
Simon Chan de40cac6ad Add workaround to capture audio on Android 11
On Android 11, it is possible to start the capture only when the running
app is in foreground. But scrcpy is not an app, it's a Java application
started from shell.

As a workaround, start an existing Android shell existing activity just
to start the capture, then close it immediately.

PR #3757 <https://github.com/Genymobile/scrcpy/pull/3757>

Co-authored-by: Romain Vimont <rom@rom1v.com>
Signed-off-by: Romain Vimont <rom@rom1v.com>
2 years ago
..
scripts Use "/usr/bin/env bash" for build-wrapper.sh 4 years ago
src Add workaround to capture audio on Android 11 2 years ago
.gitignore Convert server to an Android project 7 years ago
build.gradle Remove manifest package name 2 years ago
build_without_gradle.sh Support Java lambdas in build_without_gradle.sh 2 years ago
meson.build Remove deprecated meson.source_root() 2 years ago
proguard-rules.pro Convert server to an Android project 7 years ago