In my app i have a dashboard activity and it's launch mode is "SingleTask" Are there any chances that my app gets in onNewIntent without onCreate?
For example if user navigates to another activity from Dashboard and after Dashboard is destroyed, what happens if user navigates to dashboard again?
Will onCreate work or just will go on from onNewIntent?
Thanks.