I am wondering if there are any android device databases around.
One of the apps I am working on now allows users to install an app on their devices. Once installed the application registers with a server. The device becomes tied to the user account at a website. In the website I would like to display an icon for each of the devices the user has associated with his account.
Ideally the icon would depict the actual device they have. An android device database would ideally allow me to get this picture (as it stands even trying to figure out if the device is a phone or a tablet is tricky and mostly guess work (look at screen res etc...). I have googled around and have not found anything.
Ideally the device database would expose a rest API which I could query to get information about my device (including icons etc).
I am thinking of building such a service as well as an app that could be used to extract device info and upload it to the device database (the website would allow users to tie images to devices).
I thought I should double check that it does not already exist.