[android-developers] Re: Avoid android taking screenshot/snapshot of activity while going in background

2012-01-20 Thread Johan Appelgren
Did you try using the FLAG_SECURE flag? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@g

[android-developers] Re: Avoid android taking screenshot/snapshot of activity while going in background

2012-01-20 Thread tegbird
it captures the last shown screen of my app, when another app comes to foreground or home key is pressed. The captured screenshot is visible on task-switcher button. On Jan 20, 12:37 pm, Harri Smått wrote: > On Jan 20, 2012, at 1:25 PM, tegbird wrote: > > > If you press the task-switcher button,

[android-developers] Re: Avoid android taking screenshot/snapshot of activity while going in background

2012-01-20 Thread Johan Appelgren
A quick search in this group gave me this: https://groups.google.com/d/msg/android-developers/363Au8CqdLY/UhsUnEgZViIJ http://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#FLAG_SECURE -- You received this message because you are subscribed to the Google Groups