简体   繁体   English

如何从Windows Phone 8应用程序更改锁屏图像

[英]How to Change Lock Screen Image from Windows Phone 8 Application

In referencing http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj206968(v=vs.105).aspx , I am trying to change the lock screen background from an application. 在引用http://msdn.microsoft.com/zh-cn/library/windowsphone/develop/jj206968(v=vs.105).aspx时 ,我正在尝试从应用程序更改锁定屏幕背景。 One of the first steps states that you must modify the WMAppManifest file with the following code 第一步之一表明您必须使用以下代码修改WMAppManifest文件

<Extensions>
  <Extension ExtensionName="LockScreen_Background" ConsumerID="{111DFF24-AA15-4A96-8006-2BFF8122084F}" TaskID="_default" />
</Extensions>

I am confused about the ConsumerID and TaskID criteria. 我对ConsumerIDTaskID标准感到困惑。 I'm assuming both of these already exist within the application somewhere, or are defaults. 我假设这两个都已经存在于应用程序中某个地方,或者是默认值。 Where do I go to access these and set them accordingly? 我在哪里可以访问它们并进行相应设置?

You should use these values as-is. 您应该原样使用这些值。 They are not unique per app. 它们不是每个应用程序唯一的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Windows Phone 8.1和Windows Mobile 10的锁定屏幕 - Lock screen from Windows Phone 8.1 and Windows Mobile 10 在Windows Phone 8中拍摄锁定屏幕的屏幕快照 - Taking a screen shot of lock screen in Windows Phone 8 在Windows Phone应用程序中更改按钮图像 - Change Button Image in windows phone application 调试时如何启用Windows Phone锁定屏幕? - How to enable windows phone lock screen while debugging? 在锁定屏幕期间如何播放Windows Phone 8 SpeechSynthesizer。 - How to play Windows Phone 8 SpeechSynthesizer during lock screen? 如何在Windows Phone 8中使用IsolatedStorage设置锁定屏幕背景 - How to Use IsolatedStorage to Set Lock Screen Background in Windows Phone 8 在 C# 中更改 Windows 锁定屏幕背景图像 - Change Windows Lock Screen background image in C# 如何在Windows手机的启动画面中为图像制作动画? - How to animate image in splash screen for windows phone? 如何在Windows Phone 7应用程序中以脱机模式从Web查看图像 - How to view an image from the web in offline mode in Windows Phone 7 application 如何存储从Web接收的图像并将其显示在Windows Phone 7应用程序中 - how to store an image received from the web and display it in the windows phone 7 application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM