Status Update
Comments
ti...@gmail.com <ti...@gmail.com> #2
Similar issue, see:
rk...@google.com <rk...@google.com> #3
Thanks for the report!
After turning on full keyboard access in the macOS Accessibility settings I was able to successfully reproduce on my large monitor -- however, the popup window and permission prompt are visible, just way off to the side and maybe easy to miss (see attached screenshot). When I try on my smaller laptop display, this no longer reproduces for me. Full keyboard access on macOS shows outlines for the element that is under focus, so I can see that the keyboard input is still controlling focus on the permission prompt which does seem to indicate that this is maybe possible, but maybe the occlusion checking is working and disabling submitting the "allow" decision while occluded?
Are there setup steps I'm missing here? Or is this maybe platform specific to Windows? I can quick try on Linux as well.
ti...@gmail.com <ti...@gmail.com> #4
Increasing the left and top values can completely hide it. I used the minimum left and top values to hide it on my PC. You can try changing them, or maybe use left=1500 and top=1500.
rk...@google.com <rk...@google.com> #5
If possible, could you try this on a Windows machine. My PoC is based on (made for) Windows 11 OS.
Description
Android Studio Version: 2023.1.0.0
Emulator Version (Emulator--> Extended Controls--> Emulator Version): 35.2.10-12414864
Hypervisor Version: aehd 131074.0.0
Android SDK Tools: 35.0.2
Host Operating System: Windows 10 Pro for Workstations
CPU Manufacturer:
Intel CPU Virtualization is supported Bare metal 64-bit CPU
RAM: 24441 MB
GPU:
GPU #1
Make: 1002
Model: AMD Radeon RX 6500 XT
Device ID: 743f
Build Fingerprint:
Android/sdk_phone_x86_64/generic_x86_64:6.0/MASTER/4174734:userdebug/test-keys
AVD Details:
Steps to Reproduce Bug:
-gpu off flag temporarily solves the black screen problem.
Expected Behavior: An image that should display correctly with graphics acceleration enabled. With ANGLE, SwiftShader and OpenGL, a black screen is simply displayed instead of the system shown. Doesn't work with Vulkan.
Observed Behavior: Black screen if graphics acceleration is enabled for AVD with Android Marshmallow system image built locally.