I have a json file (BornesFontaines.json) in download folder
I use this for take json file for translate json to db.
With .json haven't raise event.
I rename file with .txt
and I have this in log
true - ContentDir - content://com.android.providers.downloads.documents/document/msf%3A5646
Waht I am doing wrong?
I use this for take json file for translate json to db.
B4X:
Dim test As ContentChooser
test.Initialize("boiteDialog")
test.Show("text/*","fichiers")
I rename file with .txt
B4X:
public Sub boiteDialog_Result (Success As Boolean, Dir As String, FileName As String)
Log(Success & " - " & Dir & " - " & FileName)
End Sub
true - ContentDir - content://com.android.providers.downloads.documents/document/msf%3A5646
Waht I am doing wrong?