INTENT ID (Share intents and anothers important Intents)

Almora

Active Member
Licensed User
Longtime User
intent share image:
INTENT.Initialize
  INTENT.ShareImage(File.DirDefaultExternal,"imagen.jpg".true)

I want to use this command to share an image of an object

sample
INTENT.Initialize
INTENT.ShareImage(File.DirDefaultExternal,"ImageView1.Background",true)
Is there a way to use it as

Thank you..

this will be more useful.
 
Top