简体   繁体   中英

Get Uri of my Image bitmap in imageview container

I have processed an image in activity1 and set that image in activity2 imageview widget. In this activity2 I have a send button to mail this image. I want to send this image as an email attachment. For that I need Uri of the imageview residing in my activity2. How to get the Uri of that imageview as imageview doesnt have getImageUri method.

In simple terms, you cannot get the URI of the Image until you upload it to the server. Another option is to add the Image as an ATTACHMENT with the mail.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM