'everything is lowercase, no spaces. the file is there. I can load it manually
'B4A v11
'
'example:
'FN="/storage/emulated/0/download/barbie.txt"
'Dim I As Intent
'i.Initialize(i.ACTION_VIEW, FN)
'FN="content://" & FN
'i.SetType("text/plain")
'StartActivity(i)
'
Great!
Popup appears, Open.. or.. Use a different app...
I try many apps. Ex: X-plore
they all give me same error
Get error: unable to open file barbie.txt
No content provider: content:///storage/emulated/0/download/barbie.txt
Honestly, I dont care about mime types. Let the user decide.
I also tried changing all that to a jpg file and image/* and get same error msgs.
I thought this was going to be easy, but I was wrong.
any simple suggestions?
-JoAnna
'B4A v11
'
'example:
'FN="/storage/emulated/0/download/barbie.txt"
'Dim I As Intent
'i.Initialize(i.ACTION_VIEW, FN)
'FN="content://" & FN
'i.SetType("text/plain")
'StartActivity(i)
'
Great!
Popup appears, Open.. or.. Use a different app...
I try many apps. Ex: X-plore
they all give me same error
Get error: unable to open file barbie.txt
No content provider: content:///storage/emulated/0/download/barbie.txt
Honestly, I dont care about mime types. Let the user decide.
I also tried changing all that to a jpg file and image/* and get same error msgs.
I thought this was going to be easy, but I was wrong.
any simple suggestions?
-JoAnna