diff options
author | Scott Main <smain@google.com> | 2011-03-23 14:23:02 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-03-23 14:23:02 -0700 |
commit | ef6b305b93009b60ad7c6ddbd200d1b5c554963f (patch) | |
tree | f539e7f7f89026c3b6a6fc291479ef21b2024a03 | |
parent | fb340563e81f93bc179e51bffc846ac03ff02609 (diff) | |
download | frameworks_base-ef6b305b93009b60ad7c6ddbd200d1b5c554963f.zip frameworks_base-ef6b305b93009b60ad7c6ddbd200d1b5c554963f.tar.gz frameworks_base-ef6b305b93009b60ad7c6ddbd200d1b5c554963f.tar.bz2 |
docs: fix markup error
Change-Id: I59e379a7a36c4184862095442c53a6b9496d856e
-rw-r--r-- | core/java/android/content/pm/PackageManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java index a589216..e5f14a6 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. * - * <p><em>Note: if using an implicit Intent (without an explicit ComponentName + * <p><em>Note:</em> 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 |