From bd3f527ea0fcca2be0f773e5d6832a80a884699f Mon Sep 17 00:00:00 2001 From: Mike LeBeau Date: Thu, 18 Feb 2010 19:27:17 -0800 Subject: Elaborate a little on the documentation for PackageManager's resolveActivity. Not sure if this wording is perfectly appropriate, so comments welcome. --- core/java/android/content/pm/PackageManager.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/java') diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java index ff2ed3d..8576de2 100644 --- a/core/java/android/content/pm/PackageManager.java +++ b/core/java/android/content/pm/PackageManager.java @@ -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 -- cgit v1.1