One application can be activated by several entry points.
Present in the AndroidManifest, and must be considered to reverse the logic.
One activity that is selected to start when the application starts.
A block that is executing in the background without a front-facing UI.
It may be activated based on an event or periodically.
Activated when it receives an Intent.
Explicit or a broadcast (e.g. charger connected).
A database that provides information to caller applications.
A class defined to run before other components (services, receivers, …)
Activity, Services, and Information Providers available to other applications.
Last updated 1 year ago