Explain me scenario in which only onDestroy is called for an activity without onPause() and onStop()?

Submitted by: Muhammad
If finish() is called in the OnCreate method of an activity, the system will invoke onDestroy() method directly.
Submitted by: Muhammad

Read Online Android Developer Job Interview Questions And Answers