Enabling Fast App Resume

Enabling Fast App Resume requires a modification to your app’s WMAppManifest.xml file. Add the ActivationPolicy attribute to the DefaultTask element and set the value to Resume, as demonstrated in the following example:

<DefaultTask Name="_default" NavigationPage="MainPage.xaml"              ActivationPolicy="Resume" />

If ActivationPolicy is not specified, the default value of Replace is used.

Get Windows® Phone 8 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.