How to get available “app shortcuts” of a specific app?
Background Starting from API 25 of Android, apps can offer extra shortcuts in the launcher, by long clicking on them: The problem Thing is, all I've found is how your app can offer those shortcuts to the launcher, but I can't find out how the launcher gets the list of them. Since it's a rather new API, and most users and developers don't even use it, I can't find much information about it, especially because I want to search of the "other side" of the API usage. What I've tried I tried reading the docs ( here , for example). I don't see it being mentioned. Only the part of other apps is