Skip to content

Instantly share code, notes, and snippets.

@iambaljeet
Created May 12, 2020 19:21
Show Gist options
  • Save iambaljeet/aa521e8bb75f626eebd9c68035498e03 to your computer and use it in GitHub Desktop.
Save iambaljeet/aa521e8bb75f626eebd9c68035498e03 to your computer and use it in GitHub Desktop.
<!-- Camera permission is required for scene -->
<uses-permission android:name="android.permission.CAMERA" />
<!-- This tag indicates that this application requires ARCore. This results in the application
only being visible in the Google Play Store on devices that support ARCore. -->
<uses-feature android:name="android.hardware.camera.ar" android:required="true"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment