Created
May 12, 2020 19:21
-
-
Save iambaljeet/aa521e8bb75f626eebd9c68035498e03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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