1

Should be straightforward still I can't find it. How can I remove all my live tile updates and revert back to the default tile from code?

Andras Csehi
  • 4,305
  • 1
  • 28
  • 36

1 Answers1

4

Use TileUpdater.Clear.

Removes all updates and reverts the tile to its default content as declared in the app's manifest.

Denis
  • 4,115
  • 1
  • 18
  • 20