Megha Joshi wrote:
[...]
> Could you provide your relevant code to help understand your issue and 
> debug this further...

The relevant chunk from my manifest.xml looks like this:

<activity android:name="InstallerActivity"
   android:theme="@android:style/Theme.Dialog">
  <intent-filter android:label="@string/install_game_menu_item">
   <category android:name="android.intent.category.BROWSABLE" />
   <category android:name="android.intent.category.DEFAULT" />
   <data android:mimeType="application/vnd.cowlark.fnord-package" />
   <action android:name="android.intent.action.VIEW" />
  </intent-filter>
</activity>

When I use the web browser to open a file of the appropriate MIME type, 
the web browser crashes immediately (with 'List views can't have 
UNSPECIFIED size' --- I haven't figured out how to get the stack trace 
off the device, but it looks like it's in the layout code). None of my 
code ever gets executed; InstallerActivity never gets instantiated.

Is there anything else I need to do register a MIME type handler than 
just put it in my manifest? Do I need to, for example, provide a 
description?

-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to