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
1.0k views
in Technique[技术] by (71.8m points)

windows phone change deactivated app image

For security purposes I wanna change app's image when it is in deactivated state(i.e. when START button is pressed).

Currently it shows the current page image from which START button is pressed. I don't want the data on the page to be revealed.

See Question&Answers more detail:os

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

1 Answer

0 votes
by (71.8m points)

The simple answer is No.

There is no API for manipulating the image that's generated for the multitasking menu (ie. recently used apps).

Although it's possible to manipulate Back button navigation within an app, when a user presses the Start button on their phone, there is no way to delay or cancel that event.

And when a Navigating event occurs, it doesn't appear to be possible to update the UI or screen in time (the update may happen after the app resumes).


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