Adding an image on EditText works fine. However, copying an image is another problem.
When I insert an image on EditText by using ImageSpan it shows correctly, but I copy inserted image, EditText shows me only 'obj'.
Is there somebody who know how to solve this problem?