crisp-im / crisp-sdk-android

:package: Crisp Android SDK, add a chat in any Android app and communicate with your users.
https://docs.crisp.chat/guides/chatbox-sdks/android-sdk/
Other
55 stars 17 forks source link

Make SDK resilient against manufacturers implementing memory cleaning #153

Closed Doc1faux closed 11 months ago

Doc1faux commented 1 year ago

Many manufacturers, like Samsung, implement manual/automatic memory cleaning feature. Currently the SDK is not resilient to it, ChatActivity is closed after a memory clean and cannot be relaunched since a Crisp.configure is called again.

So we'll need to find a way to make it resilient to it...