mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Constructor for BTManager made public to fix crash
This commit is contained in:
parent
96c1fbabb5
commit
0a414f3e9d
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ public class BluetoothManager extends BroadcastReceiver {
|
|||
return instance;
|
||||
}
|
||||
|
||||
private BluetoothManager() {
|
||||
public BluetoothManager() {
|
||||
isBluetoothConnected = false;
|
||||
mContext = LinphoneManager.getInstance().getContext();
|
||||
mAudioManager = ((AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue