tomergoldst / tooltips

Simple to use library for android, enabling to add a tooltip near any view with ease
835 stars 97 forks source link

Remove allowBackup attribute from AndroidManifest #11

Closed cooperkong closed 7 years ago

cooperkong commented 7 years ago

I don't think this should be set in the library. Is there a reason it is there? Including android:allowBackup="true" means it is a hassle to override this to false in my app and will cause build failures.