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.
Hey, according to the docs components should explicitly define the
android:exported
property in theAndroidManifest.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'sAndroidManifest.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.