In Android using Clipboard classes I can get copied data.
But Is there any way to access the Android default paste option.
So,I want display the message list (linked with paste option) which are copied in my application.So user can select multiple recently copied data and paste it. Means I want to access the android system paste option.
In Short,Whenever user trying to paste text data in any application presented in his mobile,should display pop up contains message list.
Like in below image
So,How I can do this in Android?