Last modified time not working
Which android version you are using ??
Try to use join block file:// Infront of the pathway
Either-
file doesn’t exist
lack of read permission
no access to external storage (Api 29)
Android 9 version
On screen initialise gave read and write permission,
File exists , iam able to open that file from the app on same screen but not getting modified time
Tried but not works
Actually what you are getting?? File modified time? Then try this shell command
Post an apk. Also tell how to produce the error.
While creating apk i found that
It works with
file:///storage/emulated/0/my file.pdf
I think yesterday i missed ‘/’ infront of path while adding file://
Still “do it” result while using creator shows 1.1.1970 but works on apk
Thanks for helping
Thanks it works
I cannot find this block.
that block is there check it again
Yes, that block is there.
The block I am looking for is
Yes, use
- the
TaifunFile
extension from @Taifun or the -
File
compontent which, however, still mistakenly requests storage permission (this is a bug).
You need to use SAF for android 11
In APK?
It no longer exists.