Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Remove camera permission in Oculus Go and Quest builds #1348

Merged
merged 2 commits into from
Jun 28, 2019

Conversation

keianhzo
Copy link
Contributor

@keianhzo keianhzo commented Jun 27, 2019

Fixes #1345 Added a tag in the Oculus manifest to remove inherited camera permission from the parent manifest. Also removed it from the Privacy options just for oculus builds.

@keianhzo keianhzo force-pushed the camera_permission_occulus branch 2 times, most recently from 9a17d99 to 5c271e0 Compare June 27, 2019 08:57
Remove camera from privacy for oculus


wip


wip
@bluemarvin
Copy link
Contributor

I see the black screen on the Go. Asking if we can do anything in GV to prevent it.

@bluemarvin
Copy link
Contributor

Wasn't a GeckoView issue. But it turns out we already had to fix this for Wave. I added the fix to oculusvr so we won't get a flash.

@keianhzo
Copy link
Contributor Author

@bluemarvin Works fine for the camera permission but still flickers for any other permissions. As it seems Android doesn't offer an API to check if a permission has been blocked before requesting it, I'll land this and file a bug to address this in the future.

@keianhzo keianhzo merged commit b646db9 into master Jun 28, 2019
@bluemarvin bluemarvin deleted the camera_permission_occulus branch July 2, 2019 00:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't request camera permissions (either in manifest or in-app) on Oculus VR.
3 participants