Skip to content

Commit

Permalink
Disable boundary when passthrough is active (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak authored Jul 8, 2024
1 parent f46d55e commit 5678828
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Assets/Plugins/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@
<uses-permission android:name="android.permission.READ_PHONE_STATE" tools:node="remove"/>
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
<uses-permission android:name="com.oculus.permission.USE_SCENE" />
<uses-feature
android:name="com.oculus.feature.CONTEXTUAL_BOUNDARYLESS_APP"
android:required="true" />
</manifest>

0 comments on commit 5678828

Please sign in to comment.