Skip to content

Commit

Permalink
fix: Change supported devices to all in manifest
Browse files Browse the repository at this point in the history
Fixes alvr-org#2244

Fixes a bug where alvr couldn't use 120hz mode on quest 3 due to the
system defaulting to reporting max 90hz if the quest 3 isn't listed as a
supported device.
  • Loading branch information
The-personified-devil authored and failboat committed Aug 17, 2024
1 parent b7f8608 commit df79ab7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion alvr/client_openxr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ name = "com.oculus.intent.category.VR"
value = "vr_only"
[[package.metadata.android.application.meta_data]]
name = "com.oculus.supportedDevices"
value = "quest|quest2|questpro"
value = "all"
# Use this for applab releases
# value = "quest2|questpro|quest3"
[[package.metadata.android.application.meta_data]]
name = "com.oculus.vr.focusaware"
value = "true"
Expand Down

0 comments on commit df79ab7

Please sign in to comment.