Skip to content

Commit

Permalink
add license lint to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sdex committed Aug 12, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f00db93 commit 2d32b18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<img src="docs/graphics/logos/feature-name-logo.png"/>
</p>

# ActivityManager
# 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 provides the list of all activities of all installed applications and ability to run them.
@@ -28,3 +28,7 @@ Download:
Join Us On:
----------
<a href="https://twitter.com/ActivityMngrApp"><img src="docs/graphics/logos/twitter_logo_color.png" height="50px"/></a>

License:
----------
[Apache-2.0 License](https://github.com/sdex/ActivityManager/blob/master/LICENSE)

0 comments on commit 2d32b18

Please sign in to comment.