OSDN Git Service

The phone is crashing when unknown mime content is transferred.
authorOla Olsson <ola1.olsson@sonyericsson.com>
Mon, 20 Dec 2010 15:45:35 +0000 (16:45 +0100)
committerJohan Redestig <johan.redestig@sonyericsson.com>
Tue, 21 Dec 2010 07:52:22 +0000 (08:52 +0100)
commit145e6c4975536d927e506634514a06c43313df17
treece7ac693829007d3a9289b2b1f5ac918e12b4d33
parente78a000955c283509ee8a21b8b7e448060ac8dd8
The phone is crashing when unknown mime content is transferred.

The content resolver does not take care of the IllegalStateException
that is thrown in getType and that needs to be fixed.

Change-Id: I3e66f1aa259ab91fb9233e1ba07faa1ab6c3f2dd
core/java/android/content/ContentResolver.java