Commit 9912971c by Cody Northrop Committed by Commit Bot

Docs: Add limitation for Android usage on all apps

ANGLE cannot be enabled for all apps on Android unless the device has root access. Test: Inspect the resulting markdown doc Bug: angleproject:4347 Bug: b/175324620 Change-Id: Idc37d6062a12240cf038ef13f7d53d769fa824a4 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2585074 Commit-Queue: Cody Northrop <cnorthrop@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
parent 6d94471b
...@@ -121,6 +121,8 @@ adb shell settings put global angle_gl_driver_selection_pkgs <package name 1>,<p ...@@ -121,6 +121,8 @@ adb shell settings put global angle_gl_driver_selection_pkgs <package name 1>,<p
adb shell settings put global angle_gl_driver_selection_values <driver 1>,<driver 2>,<driver 3>,... adb shell settings put global angle_gl_driver_selection_values <driver 1>,<driver 2>,<driver 3>,...
``` ```
## ANGLE for *all* OpenGL ES apps ## ANGLE for *all* OpenGL ES apps
`Note: This method only works on a device with root access.`
Enable: Enable:
``` ```
adb shell settings put global angle_gl_driver_all_angle 1 adb shell settings put global angle_gl_driver_all_angle 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment