am 18cd686f: am ef6b305b: docs: fix markup error

* commit '18cd686fc828c9c75596de1494ecaa5467fcc195':
  docs: fix markup error
This commit is contained in:
Scott Main
2011-03-23 14:43:35 -07:00
committed by Android Git Automerger

View File

@@ -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