I need to handle something in onNewIntent function, I want to do something different when current Activity is onStop or onPause status.
onStop status I mean onStop just called and activity stay on this status.
onPause status is similar.
Is there a way to check if it is onStop status or onPause status ?
seems isDestroyed() can check if onDestory is called, is there similar function for onPause and onStop ?
thanks ~