mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-24 13:08:33 +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;
|
return instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
private BluetoothManager() {
|
public BluetoothManager() {
|
||||||
isBluetoothConnected = false;
|
isBluetoothConnected = false;
|
||||||
mContext = LinphoneManager.getInstance().getContext();
|
mContext = LinphoneManager.getInstance().getContext();
|
||||||
mAudioManager = ((AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE));
|
mAudioManager = ((AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue