I create a pinned shortcut for my app using:
mShortcutManager.requestPinShortcut(mShortcutInfo, null);
as mentioned here.
My problem is that I have a '1x1' label in the system dialog box displayed by Android as shown below:
My question is : how to remove this '1x1' label ? (I have also no idea what it means...)
Thanks.