I'm trying to create an app that gives information of some other specific apps that you have installed on your device. Android lets you, from the package name, to get information of these apps such as icon, name, version, etc.
However, my app will also be able to display the web pages' shortcuts that are on the device, some of them came pre-installed in system folder.
My question is, is there a way to get information from these shortcuts? Do they have an id from which I can get the shortcut icon, url link, given name?