I've discovered that newer versions of the Android OS support Apple's touch icon format.
Both rel='apple-touch-icon' and rel='apple-touch-icon-precomposed' are recognised.
See Adding a bookmark to an Android Home screen.
Rooting around in the developer reference confirms this; there's a method in Android's WebChrome Client class to handle touch icons.
I haven't had a chance to play with this on an actual Android device yet! Perhaps I should go and do some window shopping :-)
This doesn't require much action, except perhaps some documentation.
Comments
Comment #2
andrewmacpherson commentedAndroid homepage bookmarking apparently requires an absolute URL, not a relative one :-)
apple-touch-icon and apple-touch-icon-precomposed require FULL url
Comment #3
andrewmacpherson commentedGetting Android to Recognize Apple Touch Icons describes a few more quirks:
Comment #4
andrewmacpherson commentedComment #5
andrewmacpherson commented