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...
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…