Loading core/java/android/content/pm/PackageManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -3623,7 +3623,7 @@ public abstract class PackageManager { * * @return Returns a List of ResolveInfo objects containing one entry for each * matching service, ordered from best to worst. In other words, the first * item is what would be returned by {@link #resoveService}. If there are * item is what would be returned by {@link #resolveService}. If there are * no matching services, an empty list or null is returned. * * @see #GET_META_DATA Loading Loading @@ -3658,7 +3658,7 @@ public abstract class PackageManager { * * @return Returns a List of ResolveInfo objects containing one entry for each * matching service, ordered from best to worst. In other words, the first * item is what would be returned by {@link #resoveService}. If there are * item is what would be returned by {@link #resolveService}. If there are * no matching services, an empty list or null is returned. * * @see #GET_META_DATA Loading Loading
core/java/android/content/pm/PackageManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -3623,7 +3623,7 @@ public abstract class PackageManager { * * @return Returns a List of ResolveInfo objects containing one entry for each * matching service, ordered from best to worst. In other words, the first * item is what would be returned by {@link #resoveService}. If there are * item is what would be returned by {@link #resolveService}. If there are * no matching services, an empty list or null is returned. * * @see #GET_META_DATA Loading Loading @@ -3658,7 +3658,7 @@ public abstract class PackageManager { * * @return Returns a List of ResolveInfo objects containing one entry for each * matching service, ordered from best to worst. In other words, the first * item is what would be returned by {@link #resoveService}. If there are * item is what would be returned by {@link #resolveService}. If there are * no matching services, an empty list or null is returned. * * @see #GET_META_DATA Loading