On Tue, Sep 4, 2012 at 1:28 AM, HK <[email protected]> wrote:
> My activity B is started from a service and is only meant for Alert > dialogs and nothing else. So I don't want activity A to go into onPause and > show background black. If you start some Activity B after another Activity A, A's onPause will be called. That is how Android works. If you don't want this behavior, then don't start another Activity. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

