android.state
Deprecatedenumas of v1.44.0
Values (3)
createdAny time before Activity.onResume() or, if the app has no Activity, Context.startService() has been called in the app for the first time.backgroundAny time after Activity.onPause() or, if the app has no Activity, Context.stopService() has been called when the app was in the foreground state.foregroundAny time after Activity.onResume() or, if the app has no Activity, Context.startService() has been called when the app was in either the created or background states.
History
- v1.37.0renamed
Renamed to
android.app.state. Stability label respelled from experimental to development.
Already present at v1.30.0, the oldest release tracked here (experimental).