Add workaround for TCL Android 12 Smart TVs
Fixes #5140 <https://github.com/Genymobile/scrcpy/issues/5140> PR #5148 <https://github.com/Genymobile/scrcpy/pull/5148> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
071d459ad7
commit
f691ebb1b4
@ -66,11 +66,13 @@ public final class Workarounds {
|
|||||||
// - <https://github.com/Genymobile/scrcpy/issues/940>
|
// - <https://github.com/Genymobile/scrcpy/issues/940>
|
||||||
// - <https://github.com/Genymobile/scrcpy/issues/994>
|
// - <https://github.com/Genymobile/scrcpy/issues/994>
|
||||||
mustFillAppInfo = true;
|
mustFillAppInfo = true;
|
||||||
} else if (Build.BRAND.equalsIgnoreCase("honor") || Build.MANUFACTURER.equalsIgnoreCase("skyworth")) {
|
} else if (Build.BRAND.equalsIgnoreCase("honor") || Build.MANUFACTURER.equalsIgnoreCase("skyworth") || Build.BRAND.equalsIgnoreCase("tcl")) {
|
||||||
// More workarounds must be applied for Honor devices:
|
// More workarounds must be applied for Honor devices:
|
||||||
// - <https://github.com/Genymobile/scrcpy/issues/4015>
|
// - <https://github.com/Genymobile/scrcpy/issues/4015>
|
||||||
// and Skyworth devices:
|
// for Skyworth devices:
|
||||||
// - <https://github.com/Genymobile/scrcpy/issues/4922>
|
// - <https://github.com/Genymobile/scrcpy/issues/4922>
|
||||||
|
// and for TCL devices:
|
||||||
|
// - <https://github.com/Genymobile/scrcpy/issues/5140>
|
||||||
//
|
//
|
||||||
// The system context must not be set for all devices, because it would cause other problems:
|
// The system context must not be set for all devices, because it would cause other problems:
|
||||||
// - <https://github.com/Genymobile/scrcpy/issues/4015#issuecomment-1595382142>
|
// - <https://github.com/Genymobile/scrcpy/issues/4015#issuecomment-1595382142>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user