From ef6b305b93009b60ad7c6ddbd200d1b5c554963f Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 23 Mar 2011 14:23:02 -0700 Subject: [PATCH] docs: fix markup error Change-Id: I59e379a7a36c4184862095442c53a6b9496d856e --- core/java/android/content/pm/PackageManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java index a58921622ae4e..e5f14a6dfe564 100644 --- a/core/java/android/content/pm/PackageManager.java +++ b/core/java/android/content/pm/PackageManager.java @@ -1398,7 +1398,7 @@ public abstract class PackageManager { * {@link Intent#resolveActivity} finds an activity if a class has not * been explicitly specified. * - *

Note: if using an implicit Intent (without an explicit ComponentName + *

Note: if using an implicit Intent (without an explicit ComponentName * specified), be sure to consider whether to set the {@link #MATCH_DEFAULT_ONLY} * only flag. You need to do so to resolve the activity in the same way * that {@link android.content.Context#startActivity(Intent)} and