forked from mirrors/linphone-iphone
Renamed Log package in imports
This commit is contained in:
parent
855de73c8b
commit
8afceff48b
1 changed files with 4 additions and 2 deletions
|
|
@ -20,15 +20,17 @@ package org.linphone.core;
|
|||
|
||||
import static android.media.AudioManager.MODE_IN_CALL;
|
||||
import static android.media.AudioManager.MODE_RINGTONE;
|
||||
import android.content.Context;
|
||||
import android.media.AudioManager;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
||||
import org.linphone.core.LinphoneCall.State;
|
||||
import org.linphone.mediastream.Log;
|
||||
import org.linphone.mediastream.video.capture.hwconf.Hacks;
|
||||
|
||||
import android.content.Context;
|
||||
import android.media.AudioManager;
|
||||
|
||||
|
||||
class LinphoneCoreImpl implements LinphoneCore {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue