OSDN Git Service

Fix crash in Bluetooth when sharing MMS video.
authorJake Hamby <jhamby@google.com>
Tue, 16 Oct 2012 01:47:09 +0000 (18:47 -0700)
committerJake Hamby <jhamby@google.com>
Tue, 16 Oct 2012 01:47:09 +0000 (18:47 -0700)
commita595fcc57e7f0be9cf57913cd665dc99e4001b16
tree02b3a13e9a0ca36aa952547a7ac108c322015738
parentfb8b279141dac5255926d2dd4317f803cd1bbcf0
Fix crash in Bluetooth when sharing MMS video.

Some content providers, such as MMS, don't support the DISPLAY_NAME
or SIZE columns for content URIs. Fall back to using the last segment
of the URI as the filename for Bluetooth file transfers if the query
for DISPLAY_NAME fails.

Bug: 7343310
Change-Id: Ie048c5eea3ba9994259c9e07beabd72622d6b669
src/com/android/bluetooth/opp/BluetoothOppSendFileInfo.java