Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sdex committed Aug 24, 2021
1 parent 3c529d7 commit a35c9eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<img src="docs/graphics/logos/feature-name-logo.png"/>
</p>

# Activity Manager
The Activity class is a crucial component of any android application. An activity provides the window in which the app draws its UI. Most apps contain multiple screens, which means they comprise multiple activities. Typically, one activity in an app is specified as the main activity, which is the first screen to appear when the user launches the app. Those activities are shown in Launcher applications.
# Activity Manager - hidden activity launcher

Activity Manager provides the list of all activities of all installed applications and ability to run them.

Expand Down

0 comments on commit a35c9eb

Please sign in to comment.