What happens to the activity lifecycle whenever a user is browsing your application and suddenly a call comes?
Asked
7 years ago
Viewed
453 times
What happens to the activity lifecycle whenever a user is browsing your application and suddenly a call comes?
1 Answer
This is the condition when the user is navigating to the other activity since a call arrives. In this case, onStop() method will be called. once the user stops the call and returns back to the application onResume() will be called.