Update Android API and permissions for OpenGL
authorJesse Archer <jarcher@nvidia.com>
Tue, 30 Nov 2021 18:11:29 +0000 (10:11 -0800)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Fri, 3 Dec 2021 05:03:20 +0000 (05:03 +0000)
commit78125451d43e5f0f5c79c207b46cba8f23ea787e
treed3dfa61f7b667b345b1f6faf47eb113844690b58
parentd102bd00e71f563d7fa071380397b1436f9a6fcd
Update Android API and permissions for OpenGL

Remove the popups asking for write permissions and to check
for updates due to using an older Android API version when
running OpenGL and OpenGL ES CTS on Android.

Update the GL&ES Android manifest to include recent changes made
to the Vulkan Android manifest:

Remove <uses-sdk ...> from AndroidManifest.xml. It is already added in
build_apk.py. Update the instructions in external/openglcts/README.md
to add "-g" to the ADB install command.

Adds foreground permissions to be consistent with Vulkan.

Changes are from these commits modifying package/AndroidManifest.xml:
6a23a69a78d940661f29de84b68a17f800014cea
358348221857f3d518bbb56f40fd8c9f7dd37bf0

Components: Android, Framework

Change-Id: I014456120422ee419c4bd7af5b0b6db5ab54315d
android/openglcts/AndroidManifest.xml
external/openglcts/README.md