2008/9/15 Gary <[EMAIL PROTECTED]>

>
> I am using translucent activities in my app
> (windowIsTranslucent=true).  However, the android OS always assumes
> that every activity behind the translucent activity is visible.  As
> the programmer, I know that some activities are not actually visible
> and can be safely be stopped and not redrawn.
>
> It would be nice if there was a mechanism for me to programmatically
> set an Activity to the stopped state.  This allows the system to
> reclaim resources that it otherwise could not (such as the surface for
> a MapActivity).


Did you try calling finish() on the Activity that you want to stop?


>
>
> Any help would be much appreciated.  Thanks!
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to