androidandroid-edittextclipboardclipboardmanager

How to prevent one application clipboard text which reads by another app in background Android


I am creating application with copy & paste functionality in Edittext. Which has some secure text, that needs to be prevent to read from clipboard by another application. Is it possible to prevent our text to read from clipboard by other application that may run in background and listening clipboard.


Solution

  • No, sorry. The clipboard is world-readable.