Skip to content

Instantly share code, notes, and snippets.

@enginebai
Last active October 6, 2019 01:52
Show Gist options
  • Save enginebai/3e0cd9fcb43f310bd951579ff3ed988c to your computer and use it in GitHub Desktop.
Save enginebai/3e0cd9fcb43f310bd951579ff3ed988c to your computer and use it in GitHub Desktop.
Gallery add permissions to AndroidManifest.xml
<manifest package="com.enginebai.gallery"
xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Remember to add this line -->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<application
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment