1

Possible Duplicate:
Android clipboard code that works on all API levels

On android > 3, to copy text to clipboard I use this code:

ClipboardManager clipboard = (ClipboardManager) getSystemService(CLIPBOARD_SERVICE);

I didn't found how copy text using android < 3

thanks!

Community
  • 1
  • 1
Pol Hallen
  • 1,852
  • 6
  • 32
  • 44
  • 1
    Pol, ClipboardManager was there from api 1 and deprecated in api 11. Maybe your problem is related to activitys or fragments, what error are you getting and where? – quinestor Dec 27 '12 at 12:27
  • Solved with this post: http://stackoverflow.com/questions/9027629/android-clipboard-code-that-works-on-all-api-levels thanks! – Pol Hallen Dec 27 '12 at 12:42

0 Answers0