0

I am using the following code to copy the text to clipboard in my app.

ClipboardManager clipboardManager = (ClipboardManager) getApplicationContext().getSystemService(Context.CLIPBOARD_SERVICE);
ClipData clipData = ClipData.newPlainText("ABC", "qwerty");
clipboardManager.setPrimaryClip(clipData);

Its working fine in Android 8.1 and below but its not working in Android 9.0 pie.

Any help will be highly appreciated.

Thanks.!

Rahul Sharma
  • 2,867
  • 2
  • 27
  • 40

0 Answers0