zoho / salesiq-mobilisten-android-sample

Sample App to integrate SalesIQ Android SDK (Mobilisten)
https://mobilisten.io/
14 stars 4 forks source link

Adjust `salesiq:mobilisten` library to Android 12 requirements #36

Closed jstarczewski closed 2 years ago

jstarczewski commented 2 years ago

Hey, according to the docs components should explicitly define the android:exported property in the AndroidManifest.xml file. I encountered the problem of installing the app using your library on devices targeting Android 12 and I had to manually override your services/receiver (etc) android:exported property in my app's AndroidManifest.xml file.

I could not find the source code of salesiq:mobilisten sdk for Android to create a pull request by myself, so the purpose of this issue is to let you know that these properties should be set in the library code, because you have the best knowledge which components should be exported and which should not.

jstarczewski commented 2 years ago

Sorry, it seems that you already fixed the problem in version 4.2.3 and we were using older version of the lib so im closing the issue.