commit | e3e1e8d1fe2a75b38ee1dfe5a102685877a22f84 | [log] [tgz] |
---|---|---|
author | Fred <fredc@broadcom.com> | Fri Sep 28 15:04:14 2012 -0700 |
committer | Android Git Automerger <android-git-automerger@android.com> | Fri Nov 09 13:04:05 2012 -0800 |
tree | ad296190669b05bd1ed7d0030b65028259a2a059 | |
parent | 929aa0f501d196b5b5fecc2a05d0bc1096ada464 [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