You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following the photo-gallery app tutorial step by step.
When I did the build apk step in Android Studio, I forgot to add the permission xml into AndroidManifest.xml file.
But strangely, all the functionalities of the application worked as expected (camera, photo storage functionality). I couldn't understand this behavior from the android app. Could someone guide me what I am missing here. Thanks.