Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
8afceff4
Commit
8afceff4
authored
Dec 27, 2012
by
Sylvain Berfini
🐮
Browse files
Renamed Log package in imports
parent
855de73c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
java/impl/org/linphone/core/LinphoneCoreImpl.java
java/impl/org/linphone/core/LinphoneCoreImpl.java
+4
-2
No files found.
java/impl/org/linphone/core/LinphoneCoreImpl.java
View file @
8afceff4
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment