diff options
| author | 2011-03-23 14:47:34 -0700 | |
|---|---|---|
| committer | 2011-03-23 14:47:34 -0700 | |
| commit | 8346a6c27311afdce4755807a23a8edcf1f52f66 (patch) | |
| tree | 3439a9690a128e4d840dc9a998716acb83cf14e4 | |
| parent | d4f4fb98ed4c3d0e36a0a873390914007863135a (diff) | |
| parent | ee7cfaf28969998ca15800f99bcdab2596051865 (diff) | |
am ee7cfaf2: am 18cd686f: am ef6b305b: docs: fix markup error
* commit 'ee7cfaf28969998ca15800f99bcdab2596051865':
docs: fix markup error
| -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 fc0747838da8..80bed0dded9e 100644 --- a/core/java/android/content/pm/PackageManager.java +++ b/core/java/android/content/pm/PackageManager.java @@ -1442,7 +1442,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 |