Skip to content

Instantly share code, notes, and snippets.

@DUMA042
Created January 10, 2025 15:38
Show Gist options
  • Save DUMA042/792fe1a778e5b7517b8093a5f14605d9 to your computer and use it in GitHub Desktop.
Save DUMA042/792fe1a778e5b7517b8093a5f14605d9 to your computer and use it in GitHub Desktop.
<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