android.text.ClipboardManager was deprecated since API level 11, and replaced with android.content.ClipboardManager (source).
android.text.ClipboardManager
android.content.ClipboardManager
How do I write c
I ended up just using the old way (android.text.ClipboardManager and the code from this answer), along with a couple @SuppressWarnings("deprecation") annotations.