使用 windows phone 8.0 接收共享内容

Receiving shared content using windows phone 8.0

我正在开发 windows phone 应用程序 8.0 而不是 8.1 我想将共享文件接收到我的应用程序中 例如:

我发现了一些代码可以让注册文件类型与应用程序共享,但没有成功..

I just want to know is that possible to receive shared file with windows phone 8.0 ?

如果没有那么

Is there any Other Possible Solution ??

 <Extensions>
      <Extension Category="windows.shareTarget">
        <ShareTarget>
          <SupportedFileTypes>
            <FileType>.txt</FileType>
        </ShareTarget>
      </Extension>
    </Extensions>

8.0 不可能,只有 8.1。