-
-
Save DUMA042/792fe1a778e5b7517b8093a5f14605d9 to your computer and use it in GitHub Desktop.
This file contains 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
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:tools="http://schemas.android.com/tools"> | |
<uses-permission android:name="android.permission.CAMERA"/> | |
<uses-feature | |
android:name="android.hardware.camera" | |
android:required="true" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment