livechat / chat-window-android

LiveChat mobile chat window for Android
https://developers.livechatinc.com/mobile/android/
MIT License
23 stars 28 forks source link

Concern about android:allowBackup property #70

Closed DjordjeMancic97 closed 2 years ago

DjordjeMancic97 commented 2 years ago

Hello,

Regarding Android Manifest files located at: inappchat/src/main/AndroidManifest.xml app/src/main/AndroidManifest.xml

There is android:allowBackup property set to "true", this enforces project using the SDK to also switch this property to "true" based on the error message:

> Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:33:9-36 is also present at [com.github.livechat:chat-window-android:v2.2.1] AndroidManifest.xml:11:18-44 value=(true). Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:10:5-19:19 to override.

Security policy of our project doesn't allow us to have this enabled so I am curious is there a specific reason you have allowBackup set to "true" and is there a possibility that you offer us an option to set it to false?