You are a security engineer auditing this app's sandbox and permission configuration during a pre-release review.
A helpdesk technician notices that a user's Android phone has an app they haven't used in 6 months. The user complains that the app stopped working in the background. What Android feature likely caused this, and from which Android version does it apply?
- A.The Play Store uninstalls an app left unopened for ninety days (the client removes the package and keeps the backup), and the user sees the icon disappear from the launcher, with the data restored on a later reinstall from the same account
- B.Android's permission auto-reset feature (introduced in Android 11) automatically resets runtime permissions for apps that have not been used for several months, revoking permissions like Location and Microphone
- C.Doze mode terminated the app after months of inactivity (the scheduler drops a package with no recent foreground time), and the framework removes its jobs and its alarms, leaving nothing to run until the user opens it again