Skip to content

Commit

Permalink
Add missing Pico store manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d committed Feb 13, 2025
1 parent 11ddeba commit afbeb99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugin/src/pico/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@

<!-- Enable VR mode on Pico headsets -->
<meta-data android:name="pvr.app.type" android:value="vr" />
<meta-data android:name="pvr.sdk.version" android:value="OpenXR" />";
<meta-data android:name="pvr.display.orientation" android:value="180" />";
<meta-data android:name="pvr.sdk.version" android:value="OpenXR" />
<meta-data android:name="pvr.display.orientation" android:value="180" />
<meta-data android:name="pxr.sdk.version_code" android:value="5800" />
</application>

</manifest>

0 comments on commit afbeb99

Please sign in to comment.