previously in Windows Phone 8 we could use Clipboard
to share text. It's supported in Windows 8,
Clipboard.SetContent(dataPackage);
But I see it is not supported for Windows Phone Runtime. Is it not possible anymore or there is another way to do that?