N
niks0763
Guest
Hi,
I want to implement copy paste in my app to support multiple formats and the target app can choose one of the formats to paste.
The use case is - A user copies an item from my app and he pastes it to another app owned by me. The item gets pasted in a custom format.
A user copies the same item from my app and pastes it to another app, let's say Gmail and item gets pasted as an image.
I need to implement a content provider so that the target app can choose the format it wants to paste. How can I achieve this?
I want to implement copy paste in my app to support multiple formats and the target app can choose one of the formats to paste.
The use case is - A user copies an item from my app and he pastes it to another app owned by me. The item gets pasted in a custom format.
A user copies the same item from my app and pastes it to another app, let's say Gmail and item gets pasted as an image.
I need to implement a content provider so that the target app can choose the format it wants to paste. How can I achieve this?