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 #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 zmerp committed Aug 15, 2024
1 parent d99be5d commit f9d7f85
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 @@ -121,7 +121,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 f9d7f85

Please sign in to comment.