Merge "Fix the allowed icon type error message" into nyc-mr1-dev

This commit is contained in:
TreeHugger Robot
2016-07-15 21:43:01 +00:00
committed by Android (Google) Code Review

View File

@@ -652,7 +652,7 @@ public final class ShortcutInfo implements Parcelable {
/** @hide */
public static IllegalArgumentException getInvalidIconException() {
return new IllegalArgumentException("Unsupported icon type:"
+" only bitmap, resource and content URI are supported");
+" only the bitmap and resource types are supported");
}
/**