How to Resolve Conflict File Provider Between My Android Apps and Qiscus In-App Chat SDK for Android?

  • Updated
  • Step 1: Set file provider the manifest:
<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="${applicationId}.qiscus.sdk.provider"
android:exported="false"
android:grantUriPermissions="true"
tools:replace="android:authorities">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/qiscus_provider_paths"
tools:replace="android:resource" />
</provider>
  • Step 2: Set provider authorities
Qiscus.setProviderAuthorities("your authorities provider")

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.