• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Creating custom content provider to support multiple formats on copy paste

  • Thread starter Thread starter niks0763
  • Start date Start date
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?
 
Back
Top Bottom