Hello! I want very very simple thing to do.
How can I know that somewhere Context.startActivity() for my activity has been called (and probably get new intent)? For example from notification or app launcher (I want handle exact these cases). • It's not onCreate: activity can be already exists • It's not onResume: activity can resumed from child activity (no new intent also provided) • onNewIntent: it work everytime I select another tab and not if I launch app • Action.MAIN cannot be received by broadcast? So is there some way? -- 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

