Multiple choice technology platforms and products

Which component of Application Framework Layer manages the life-cycle of the Android application?

  1. Surface Manager

  2. Android Run-time

  3. Activity Manager

  4. Package Manager

  5. None of above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The Activity Manager in the Application Framework layer is responsible for managing the lifecycle of Android activities and applications. It handles activity creation, destruction, and state management.