Registering Launcher to accept Pinned Shortcuts

264 Views Asked by At

I am creating a custom Android launcher. I want it to support Pinned Shortcuts. When calling ShortcutManager.isRequestPinShortcutSupported(), it returns false even though my custom launcher is the default. What do I need to do in order to allow my launcher to accept pinned shortcuts? Is there a permission missing?

0

There are 0 best solutions below