Loading core/java/android/content/pm/PackageManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -1153,7 +1153,9 @@ public abstract class PackageManager { * * @return Returns a ResolveInfo containing the final activity intent that * was determined to be the best action. Returns null if no * matching activity was found. * matching activity was found. If multiple matching activities are * found and there is no default set, returns a ResolveInfo * containing something else, such as the activity resolver. * * @see #MATCH_DEFAULT_ONLY * @see #GET_INTENT_FILTERS Loading Loading
core/java/android/content/pm/PackageManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -1153,7 +1153,9 @@ public abstract class PackageManager { * * @return Returns a ResolveInfo containing the final activity intent that * was determined to be the best action. Returns null if no * matching activity was found. * matching activity was found. If multiple matching activities are * found and there is no default set, returns a ResolveInfo * containing something else, such as the activity resolver. * * @see #MATCH_DEFAULT_ONLY * @see #GET_INTENT_FILTERS Loading