Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd57d549 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 9a0e444c a97256b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -652,7 +652,7 @@ public final class ShortcutInfo implements Parcelable {
    /** @hide */
    /** @hide */
    public static IllegalArgumentException getInvalidIconException() {
    public static IllegalArgumentException getInvalidIconException() {
        return new IllegalArgumentException("Unsupported icon type:"
        return new IllegalArgumentException("Unsupported icon type:"
                +" only bitmap, resource and content URI are supported");
                +" only the bitmap and resource types are supported");
    }
    }


    /**
    /**