Is there a way to register a method so that it\'s automatically called as soon as the user ends \"text selection mode\" (thereby copying selection to clipboard)?
If you are using Android 3.0 you can add a listener with ClipboardManager.addPrimaryClipChangedListener().