Merge "Fix the allowed icon type error message" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fd57d549cf
@@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user