Merge "docs: resolve doc bug bug:2648699" into froyo

This commit is contained in:
Scott Main
2010-05-04 16:03:37 -07:00
committed by Android (Google) Code Review

View File

@@ -600,7 +600,7 @@ page.title=Activity and Task Design Guidelines
Every application must have at least one entry point — a way
for the user or system to access activities inside the
application. Each icon in the application launcher at home
represents an entry point. Applications can also from another
represents an entry point. Applications can also be launched from another
application. Each activity is a potential entry point into the
application. 
</p>