[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 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 har...@gmail.com wrote:
 On Jan 20, 2012, at 1:25 PM, tegbird wrote:

  If you press the task-switcher button, you
  can see the snapshot of your app.

 Does this happen also if you jump to another task, and press task-switcher 
 button from that other task again? Is your application still available there?

 --
 Harri

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en