summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/practices/ui_guidelines/activity_task_design.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/practices/ui_guidelines/activity_task_design.jd')
-rw-r--r--docs/html/guide/practices/ui_guidelines/activity_task_design.jd2
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 9be72ee..f8ca3f8 100644
--- a/docs/html/guide/practices/ui_guidelines/activity_task_design.jd
+++ b/docs/html/guide/practices/ui_guidelines/activity_task_design.jd
@@ -886,7 +886,7 @@ href="{@docRoot}guide/topics/intents/intents-filters.html">Intents and Intent Fi
You can perform this test when initializing the user interface.
For instance, you could disable the user control that initiates
the Intent object, or display a message to the user that lets them go
- to a location, such as the Market, to download its application.
+ to a location, such as Google Play, to download its application.
In this way, your code can start the activity (using either startActivity()
or startActivityForResult()) only if the intent has tested to resolve
to an activity that is actually present.