Updated on 2026-08-14
This commit is contained in:
parent
8e2f4095c5
commit
33854d62c0
10 changed files with 458 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue