Copy image to clipboard in android

自闭症网瘾萝莉.ら 提交于 2019-12-01 14:49:24

问题


I want to copy image to clipboard for all level of apis. For this i have found an answer from the below link

http://developer.android.com/guide/topics/text/copy-paste.html

But it does supports from api level 11. But I want to do same functionality in lower versions (less then of api level 11) also. ClipboardManager is working in all the versions but ClipData, ClipData.Item, and ClipDescription are not working in lower versions.

So is there any way to do copy image to clipboard.

And also I want to copy image from my application and paste it into another application like in compose message. Is it possible?

Best Regards


回答1:


But I want to do same functionality in lower versions (less then of api level 11) also.

This is not supported, sorry.



来源:https://stackoverflow.com/questions/12476241/copy-image-to-clipboard-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!