Mariovc / ImagePicker

Android library to easily pick an image from gallery or camera app. The users can select their prefered gallery/camera app on a unique Intent. Initial gist:
https://gist.github.com/Mariovc/f06e70ebe8ca52fbbbe2
Apache License 2.0
158 stars 52 forks source link

Remove android:allowBackup application attribute #20

Closed aranda-adapptor closed 7 years ago

aranda-adapptor commented 7 years ago

The default value is true and having this attribute can conflict with apps that want to set it to false (causing build failures).

Mariovc commented 7 years ago

Thanks for your contribution