(Choose1answer)
When does an Android Activity enter the "Resumed" state, and what does it mean for the user?
A. When the Activity is not visible, and it means the user can interact with it.
B. When the Activity is in the background, and it means the user can see it but not interact with it.
C. When the Activity is in the foreground, and it means the user can see and interact with it.
D. When the Activity is destroyed, and it means the user cannot access it anymore.
E15