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…
Reference in a new issue