0

The scenario is , I copy something in the android app which stored in to the clipboard. Now, I want that data, so that I can use in my program to verify it.

At-least an adb command to get the clipboard text will be enough. I can use some c# library to run that adb command and will get the data in programming.

DavidPostill
  • 7,734
  • 9
  • 41
  • 60
Mega
  • 95
  • 2
  • 2
  • 7
  • Does this answer your question? [How to copy some text to android system clipboard using ADB?](https://stackoverflow.com/questions/53130653/how-to-copy-some-text-to-android-system-clipboard-using-adb) – shingo May 27 '22 at 10:19
  • @shingo If I understand the question correctly your linked question is the opposite direction (write data to clipboard instead of read data from clipboard). – Robert May 27 '22 at 11:06
  • I want to read data from clipboard... – Mega May 27 '22 at 11:44

0 Answers0