diff options
author | Scott Main <smain@google.com> | 2010-05-02 16:57:50 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2010-05-02 16:57:50 -0700 |
commit | 7da2269176bffa4ade0a84537b305e13746173eb (patch) | |
tree | 8fd1fa1904d7fb99b5312c9b5eaea4b65e20a54a | |
parent | cd8f7bd4e50db9b5662572988a7dffdb6a4c4187 (diff) | |
download | frameworks_base-7da2269176bffa4ade0a84537b305e13746173eb.zip frameworks_base-7da2269176bffa4ade0a84537b305e13746173eb.tar.gz frameworks_base-7da2269176bffa4ade0a84537b305e13746173eb.tar.bz2 |
docs: resolve doc bug
bug:2648699
Change-Id: I8da83978953fed1952b595d5c9a36ee740287b33
-rw-r--r-- | docs/html/guide/practices/ui_guidelines/activity_task_design.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/practices/ui_guidelines/activity_task_design.jd b/docs/html/guide/practices/ui_guidelines/activity_task_design.jd index 6cd2199..05f61be 100644 --- a/docs/html/guide/practices/ui_guidelines/activity_task_design.jd +++ b/docs/html/guide/practices/ui_guidelines/activity_task_design.jd @@ -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> |