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?
If you've put an image in the clipboard by using Ctrl+c or by right-clicking and choosing Copy or Cut, then you paste that image by using Ctrl+v or Paste in whatever location you want the copy to go.
Install the Clipboard Manager app from the Play Store. Open the app. You'll find the copied items under the Clipboard section, with the most recent ones at the top.
Select the first item that you want to copy, and press CTRL+C. Continue copying items from the same or other files until you have collected all of the items that you want.
But I want to do same functionality in lower versions (less then of api level 11) also.
This is not supported, sorry.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With