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

Commit a97256b7 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Fix the allowed icon type error message

Bug 30162778

Change-Id: I925c563c1924c6525fe17afc44626d62864ba7e1
parent 83fa7a82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");
    }

    /**