- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2021 07:57 PM in
Galaxy S- « Previous
-
- 1
- 2
- Next »
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2021 09:19 PM (Last edited 03-02-2021 09:25 PM ) in
Galaxy SHi,
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"
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2021 03:49 PM in
Galaxy S- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2021 07:55 PM in
Galaxy S- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2021 08:39 PM in
Galaxy S- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2021 03:30 PM in
Galaxy S
- « Previous
-
- 1
- 2
- Next »