coomar2841 / image-chooser-library

An Easy Image/Video Chooser Library for your Android Apps
646 stars 192 forks source link

allowBackup should be set to false #160

Closed marcusmotill closed 8 years ago

marcusmotill commented 8 years ago

Please add this line to the manifest. It is currently set to true which it should not be

android:allowBackup="false"

Otherwise I need to download the entire project and disable it myself. Thanks

coomar2841 commented 8 years ago

Done