Explicit:
@SuppressWarnings("deprecation") android.text.ClipboardManager clipboard = (android.text.ClipboardManager) getSystemService(CLIPBOARD_SERVICE); clipboard.setText(shareViaSMSBody);
Since this should continue to work with older devices, it is likely that legacy code will not be deleted from Android.
larham1
source share