pavan wrote:
> Here are the steps to recreate the problem.
I'm seeing this too, in exactly the same way. Select file in browser,
browser crashes before my code even runs. (I gather that the browser is
supposed to download the file and prompt the user to save or open it?)
The relevant bit from my manifest.xml looks like this:
<activity android:name="FnordActivity">
<intent-filter>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:mimeType="application/vnd.cowlark.fnord"/>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
Does anyone have a resolution?
From the exception, it looks like the browser's trying to render
something and failing. Is my app supposed to provide additional
information about what the mime type represents? Such as a
human-readable name and description? Possibly a View class? If so, how?
--
David Given
[EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---