Skip to content

Instantly share code, notes, and snippets.

@IkhwanSI13
Created March 14, 2020 09:50
Show Gist options
  • Save IkhwanSI13/2f4b8ee22eb63fd12662aafd852f4a4d to your computer and use it in GitHub Desktop.
Save IkhwanSI13/2f4b8ee22eb63fd12662aafd852f4a4d to your computer and use it in GitHub Desktop.
Permission for camera
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ikhwankoto.cameraandcamerax">
<uses-permission android:name="android.permission.CAMERA" />
<application .. >
<activity .. />
</application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment