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