HomeWindowsHow to Enable Fast App Resume in Windows Phone 8 App?

How to Enable Fast App Resume in Windows Phone 8 App?

This article will explain in simple steps on how to enable Fast App Resume in Windows Phone 8 App.

The Windows Phone 8 includes a new feature called “Fast App Resume” which adds a capability to the Windows Phone app to resume the suspended state(if available) instead of app being relaunched .

How to Enable Fast App Resume in Windows Phone 8 App?

To enable the Fast App Resume, the developer needs to modify the app’s WMAppManifest.xml file and set the ActivationPolicy value to “Resume” in the DefaultTask element.

<Tasks>

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

</Tasks>

The ActivationPolicy takes the following values

– Resume (Fast App Resume – FAS)

– Replace – Default Value

Leave a Reply

You May Also Like

This blog post will guide you through several effective methods to troubleshoot and resolve the issue of Microsoft Edge not...
Windows 11 offers a range of audio enhancements that can enrich your listening experience. These enhancements include features like virtual...
Windows 11 brings a fresh and visually stunning design to your desktop, and one of the standout features is the...