问题
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