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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.237.77