Skip to content

Commit

Permalink
Merge pull request #37 from GodotVR/Add-additional-feature-and-permis…
Browse files Browse the repository at this point in the history
…sions-settings-to-Khronos-manifest

Add additional feature and permissions settings to Khronos manifest
  • Loading branch information
BastiaanOlij authored Jul 8, 2023
2 parents 547d542 + 50ecf0b commit f3e8ba6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions godotopenxrkhr/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
package="org.godotengine.openxrloaders.khr"
xmlns:tools="http://schemas.android.com/tools">

<!-- Tell the system this app works in either 3dof or 6dof mode -->
<uses-feature
android:name="android.hardware.vr.headtracking"
android:required="true"
android:version="1"/>

<!-- Permissions needed by OpenXR -->
<uses-permission android:name="org.khronos.openxr.permission.OPENXR" />
<uses-permission android:name="org.khronos.openxr.permission.OPENXR_SYSTEM" />

<queries>
Expand Down

0 comments on commit f3e8ba6

Please sign in to comment.