Last active
October 6, 2019 01:52
-
-
Save enginebai/3e0cd9fcb43f310bd951579ff3ed988c to your computer and use it in GitHub Desktop.
Gallery add permissions to AndroidManifest.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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