Skip to content

Instantly share code, notes, and snippets.

@godswillokokon
Created March 28, 2020 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save godswillokokon/434d547eba0599152a3260009d753702 to your computer and use it in GitHub Desktop.
Save godswillokokon/434d547eba0599152a3260009d753702 to your computer and use it in GitHub Desktop.
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.imagerpicker">
...
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
...
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment