Merge "Dont call close in in BluetoothA2dp finalize"
This commit is contained in:
@@ -199,7 +199,8 @@ public final class BluetoothA2dp implements BluetoothProfile {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void finalize() {
|
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.
|
* Initiate connection to a profile of the remote bluetooth device.
|
||||||
|
|||||||
Reference in New Issue
Block a user