cancel
Showing results for 
Search instead for 
Did you mean: 

v76.1023

virtualhere
Explorer

There is a bug in Android which has made it into v76.1023 without the fix.

I logged this bug with google last year and it was fixed.

https://issuetracker.google.com/issues/347991522#comment5

Could you port this to the HorizonOS as it prevents my app from working properly.

My app uses mdns to Auto Find the Quest and it cant be found properly with this issue.

2 REPLIES 2

ShirBlackspots
Honored Guest

Based on another post with a similar problem, the workaround was to send an ADB command "uses-permission android:name="horizonos.permission.USB_CAMERA", so likely something like

adb shell pm grant uses-permission android:virtualhere="horizonos.permission.USB_CAMERA

(It does accept the command, but doesn't work)

No this is not related to this issue.

I think you meant to post in the other issue regarding the camera crash.

(However my app also requests that permission already.)