Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
virtualhere's avatar
virtualhere
Explorer
9 months ago

v76.1023

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

  • 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)

    • virtualhere's avatar
      virtualhere
      Explorer

      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.)