commit | cb7b1a54ae3ce309210824099253a916a04d350b | [log] [tgz] |
---|---|---|
author | Fred <fredc@broadcom.com> | Fri Sep 28 15:04:14 2012 -0700 |
committer | Matthew Xie <mattx@google.com> | Fri Nov 09 10:34:30 2012 -0800 |
tree | 5ee4e30179a4b7803be179140d3c3b2bae76f18d | |
parent | 19d8d5447897a7f8f4ee1ac2745639e4c8c1ff8b [diff] |
Fixed potention ANR issue with Bluetooth OPP share. Updated BluetoothOppLauncherActivity so the call to BluetoothOppManager.saveSendingFileInfo() runs on a child thread. saveSendingFileInfo() opens/constructs the content stream, which can take a long time, depending on the type of content. It should not run inside the main UI thread of the BluetoothOppLauncherActivity. Bug 6802063 Change-Id: Id34b33fe37eb029d6a7592a811bbc9bbcde14ba8