How to remove the app name from a Windows Store App tile?

天涯浪子 提交于 2019-12-24 17:27:36

问题


My tile already contains the title of my application. How can I set the title of the tile to nothing? When I just put a space or nothing in the DisplayName (Appmanifest) I get the following error:

App manifest validation failed. Value of attribute '/Package/Applications/Application/VisualElements/@DisplayName' cannot start or end with whitespace.

(The guidelines say it is possible: http://msdn.microsoft.com/en-us/library/windows/apps/hh465403.aspx#using_default_tiles)


回答1:


Got it! In the appxmanifest just change the ShowName to "noLogos":



来源:https://stackoverflow.com/questions/13217628/how-to-remove-the-app-name-from-a-windows-store-app-tile

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!