I am using the following tag in textview to copy the text.
android:textIsSelectable="true"
And I am getting the following Screen when i am selecting the textview.
But,how to get the Find and Share options like below screen.
After lot of research i found the answer for my question. Answer is Android- How can I show text selection on textview?