mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-22 19:38:27 +00:00
parent
97c3e8fa3f
commit
9d13b9437c
@ -49,6 +49,9 @@ public class BluetoothStateManager {
|
|||||||
this.bluetoothConnectionReceiver = new BluetoothConnectionReceiver();
|
this.bluetoothConnectionReceiver = new BluetoothConnectionReceiver();
|
||||||
this.listener = listener;
|
this.listener = listener;
|
||||||
|
|
||||||
|
if (this.bluetoothAdapter == null)
|
||||||
|
return;
|
||||||
|
|
||||||
requestHeadsetProxyProfile();
|
requestHeadsetProxyProfile();
|
||||||
|
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user