Windows Phone 8.1运行时:如何从我自己的应用程序启动照片库应用程序?

时间:2015-09-22 17:25:45

标签: c# xaml windows-runtime windows-phone-8.1 launcher

我知道可以这样做

 Windows.System.Launcher.LaunchUriAsync(new System.Uri(""));

但我不知道显示照片库的默认应用程序的uri。 或者还有另一种方式吗?

1 个答案:

答案 0 :(得分:1)

不幸的是,如果你只想打开图片应用程序,这是不可能的。 并非所有应用程序都支持uri启动,并且我们的文档很差。

支持的应用程序列表可以在这里获得(这是最大的): http://blog.mrlacey.co.uk/2014/03/1192-windows-phone-apps-that-have.html

您可以使用FileOpenpickerhttp://windowsapptutorials.com/windows-phone/media/using-fileopenpicker-in-windows-phone-8-1-to-choose-picture-from-picture-gallery/)选择照片。