Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0e8f367 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 8346a6c2: am ee7cfaf2: am 18cd686f: am ef6b305b: docs: fix markup error

* commit '8346a6c2':
  docs: fix markup error
parents 43831b92 8346a6c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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