Updated on 2026-08-14

This commit is contained in:
Tangem 2019-03-31 23:35:21 +03:00
parent 8e2f4095c5
commit 33854d62c0
10 changed files with 458 additions and 6 deletions

View file

@ -61,7 +61,7 @@ public class LogFileProvider extends ContentProvider {
// The desired file name is specified by the last segment of the
// path
// E.g.
// 'content://it.my.app.LogFileProvider/Test.txt'
// 'content://it.my.app.LogFileProvider/Test1.txt'
// Take this and build the path to the file
String fileLocation = getContext().getCacheDir() + File.separator
+ uri.getLastPathSegment();