satismeter / satismeter-android

SatisMeter NPS Android SDK
https://www.satismeter.com
5 stars 6 forks source link

Do not specify unnecessary attributes in satismeter manifest #1

Closed sergicastellsague closed 7 years ago

sergicastellsague commented 7 years ago

Apparently you're setting attributes like:

android:allowBackup="true"

Because it raises conflicts with the implementations, and the library do not need to specify this attribute.

jsedlacek commented 7 years ago

@sergicastellsague Thanks for reporting this. We'll check out what to do about these conflicting attributes.