[android-developers] Re: Associate app with Email attachement

2012-05-14 Thread Nadeem Hasan
And how will the system know to map any file to this custom mimetype? You can register an intent filter with your own custom mimetype but that won't do anything at all. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

[android-developers] Re: Associate app with Email attachement

2012-05-14 Thread A. Elk
You can't force an app you don't "own" to use only your app to handle an Intent. That's not the Android design philosophy. The best you can do is put in an intent filter in your manifest for an intent. When that intent is matched, your app will get it, unless other apps also match. If more than