Question

Which of the following statements is false?
a. Class Bundle of package android.os represents an app's state information.
b. Android gives an app the opportunity to save its state before another app appears on the screen. This might occur, for example, when the user launches another app or receives a phone call.
c. The app that's currently on the screen at a given time is in the foreground (the user can interact with it, and the app consumes the CPU) and all other apps are in the background (the user cannot interact with them, and they"re typically not consuming the CPU).
d. When another app comes into the foreground, the app that was previously in the foreground is given the opportunity to remain in the foreground.

Answer

This answer is hidden. It contains 269 characters.