I need to have a text that will be shown to the user, and it will be possible to select a part of it and copy it to the clipboard. But without the keyboard open. I know that on api 11 and newer i can just use
text.setTextIsSelectable (true);
But what is the solution to lower OS versions?
setTextIsSelectable()
works fine for HoneyComb+ – Cassilda