WP7: Is it possible to intercept the backstack before the journal thumbnail is created/stored

孤街浪徒 提交于 2019-11-28 13:49:29

Following my comment, I've just tried this:

  1. Set a breakpoint anywhere in the code
  2. Start the app with the debugger attached, then let it reach the breakpoint
  3. While the execution is stopped by the debugger, long press on the back button
  4. The task switching UI is displayed even though the managed code execution is stopped

From there, I think we can safely conclude that the task switching and the thumbnail are handled entirely by native code. Therefore, there's nothing you can do.

I recently wrote a blogpost in which I discuss the ways I tried to hide data from the application snapshot. (You can read it here: http://corstianboerman.com/trying-to-hide-crucial-data-from-an-application-snapshot/)

The outcome: You just can't hide it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!