Original topic:

error report appearing

(Topic created on: 02-26-2021 07:57 PM)
2834 Views
PG1072
Active Level 2
Options
Galaxy S
Missing/Bad FileProvider for Freshchat. Camera capture will fail in devices running Nougat or later versions of OS (error code 354)"

This msg is cropping up time and again on my s21 ultra since last 2 days. This is popping up in every 5 to 10 mts. Can someone help to solve this 
14 Comments
SuBhaM_SaNtRa
Active Level 7
Galaxy S

Hi,

You have to use the below code.

 

In Manifest -

 

 

<provider

android:name="androidx.core.content.FileProvider"

android:authorities="com.vetifly.vetifly.provider"

android:exported="false"

android:grantUriPermissions="true">

<meta-data

android:name="android.support.FILE_PROVIDER_PATHS"

android:resource="@xml/provider_paths" />

 

</provider>

 

In string.xml-

 

<string name="freshchat_file_provider_authority">com.vetifly.vetifly.provider</string>

 

 

In provider path-

 

<external-path

name="external_files"

path="." />

<files-path

name="int_files"

path="." />

<external-files-path

name="ext_files"

path="." />

<cache-path

name="int_cache"

path="." />

<external-cache-path

name="ext_cache"

0 Likes
Galaxy S
To slove the problem u might have installed bajaj finserv wallet..uninstall the app it will slove the problem
0 Likes
bubaibose
Beginner Level 2
Galaxy S
error code 354 notification random coming on samsung s 20 plus
0 Likes
Arnb1
Beginner Level 2
Galaxy S
Error code 354 appearing
0 Likes
soriya
Active Level 1
Galaxy S
I am using s21+ i am sloved this problem.bajaj wallet uninstall kardiya.problem slove.

Screenshot_20210515-151233_One UI Home.jpg

0 Likes