Android Question open image jpg with the system view android via intent

scsjc

Well-Known Member
Licensed User
Longtime User
Hello, i'm found this code for open a view:

B4X:
Dim iIntent As Intent
iIntent.Initialize(iIntent.ACTION_VIEW,"file://" & File.Combine(File.DirRootExternal, "PF_Pic.jpg"))
iIntent.SetType("image/jpeg")
StartActivity(iIntent)

but i want open the "another visor from android"... like used by whatsapp...
 

scsjc

Well-Known Member
Licensed User
Longtime User
What is: "another visor from android" ? Can you post a screenshot?

I don't know if that is from Whatsapp or Android System

Screenshot_2016-10-10-10-24-40.png
 
Upvote 0
Top