Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
337 views
in Technique[技术] by (71.8m points)

c# - Show app name on Tile update

I am developing a simple app which updates its tile time to time.

I need my app to show its name on the tile all the time. Therefore, I set the Show Name to All Logos in my app manifest.

The problem is that when my app updates its tile (using TileSquareBlock tile template) the app name would be replaced by app Logo.

How can I keep my app name on tile after updating?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

In the tile notification XML, specify "name" as the value for the branding attribute. Using this attribute, one can specify whether the tile shows the app logo, the name, or nothing.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...