imablanco / Zoomy

Zoomy is an easy to use pinch-to-zoom Android library
918 stars 120 forks source link

Allow backup should not be set in a library #22

Closed kristiyanP closed 5 years ago

kristiyanP commented 5 years ago

Problem

In the AndroidManifest.xml android:allowBackup="true" should not be set, it should be the application that decides and not the library

More info on why is a bad practice

https://github.com/AzureAD/azure-activedirectory-library-for-android/issues/472 https://github.com/realm/realm-java/issues/2227