pratikbutani / MultiSelectSpinner

Android - Select Multiple Items from Spinner with Filtration.
http://pratikbutani.github.io/MultiSelectSpinner/
GNU General Public License v3.0
253 stars 125 forks source link

Do not set allowBackup as this is a library, applications can set it #64

Closed Mustard closed 4 years ago

Mustard commented 4 years ago

Hi,

Thanks for the library, this is a small change not to set the application allowBackup setting, as this is a library if it's set applications will have to overwrite it in their manifest with

Adding the tools namespace

<manifest
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"

Then adding this to the application

<application
        tools:replace="android:allowBackup"