Spotted a bug? Have a great idea? Help us improve developer profiles! Submit feedback Google Developer Profile Send feedback Return to pathway Your app contains a physics simulation that requires heavy computation to display. Then the user gets a phone call. Which of the following is true? During the phone call, you should continue computing the positions of objects in the physics simulation. During the phone call, you should stop computing the positions of objects in the physics simulation. Which lifecycle method should you override to pause a physics simulation when the app is not on the screen? onStop() onDestroy() onSaveInstanceState() onPause() To make a class lifecycle-aware through the Android lifecycle library, which interface should the class implement? LifecycleObserver Lifecycle Lifecycle.Event LifecycleOwner Under which circumstances does the onCreate() method in your activity receive a Bundle with data in it (that is, the Bundle is not null)? The activity is restarted after the device is rotated. The activity is resumed after returning from the background. The device is rebooted. The activity is started from scratch. Submit answers error_outline An error occurred when grading the quiz. Please try again.