am 448403b7: Merge "Dont call close in in BluetoothA2dp finalize"

* commit '448403b7a4b2126e79121482d1fb2894133dfa25':
  Dont call close in in BluetoothA2dp finalize
This commit is contained in:
Mike Lockwood
2014-12-04 21:49:56 +00:00
committed by Android Git Automerger

View File

@@ -199,7 +199,8 @@ public final class BluetoothA2dp implements BluetoothProfile {
}
public void finalize() {
close();
// The empty finalize needs to be kept or the
// cts signature tests would fail.
}
/**
* Initiate connection to a profile of the remote bluetooth device.