by pjv » Tue Nov 04, 2008 11:55 pm
Why can't I use wildcards in a more general way in mimeTypes in an IntentFilter? For instance "vnd.android.cursor.item/vnd.collectionista.collection.generic" matches to "vnd.android.cursor.item/vnd.collectionista.collection.generic" but not to "vnd.android.cursor.item/vnd.collectionista.collection.*", while I think "audio/aiff" to "audio/*" would work. And as I understand I can't change the "vnd.android.cursor.item"-part. How can I work around this? Or what's the elegant solution?