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
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).