Listener for clipboard content change?

前端 未结 3 647
情深已故
情深已故 2021-02-08 04:27

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)?

3条回答
  •  臣服心动
    2021-02-08 05:18

    If you are using Android 3.0 you can add a listener with ClipboardManager.addPrimaryClipChangedListener().

提交回复
热议问题