Android Development – Add new application for gene’s own “share vCalendar”

I’m trying to add own application to Calendar “share via” menu, by adding intent filter to
manifest.xml:

<intent-filter>
    <action android:name="android.intent.action.SEND" />
    <action android:name="android.intent.action.SENDTO" />
    <category android:name="android.intent.category.DEFAULT" />
    <data android:mimeType="text/x-vCalendar" />
</intent-filter>

It works fine on Samsung phones, but not on HTC.
What do I need to do to make it work on HTC phone?

Thanks

This entry was posted in Codes & Scripts and tagged , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>