Skip to content

Commit

Permalink
[android] Disable low-end-device-mode
Browse files Browse the repository at this point in the history
Disable low-end-device-mode as it cannot play 4k video smoothly.

b/388291268
  • Loading branch information
borongc committed Jan 7, 2025
1 parent 6c07cf6 commit 954bc48
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,6 @@ protected void createContent(final Bundle savedInstanceState) {
"--enable-features=LogJsConsoleMessages",
// Disable rescaling Webpage.
"--force-device-scale-factor=1",
// Enable low end device mode.
"--enable-low-end-device-mode",
// Disables RGBA_4444 textures which
// causes rendering artifacts when
// low-end-device-mode is enabled.
"--disable-rgba-4444-textures",
};
CommandLine.getInstance().appendSwitchesAndArguments(cobaltCommandLineParams);

Expand Down

0 comments on commit 954bc48

Please sign in to comment.