you just need to add this line bellow in values/strings.xml file:
<string name="freshchat_file_provider_authority">com.mypackage.provider</string>
try changing android:name="android.support.v4.content.FileProvider" to android:name="androidx.core.content.FileProvider"
If not solved then contact with Customer support.
Thank You.