Fix lint error on compilation with new Android tools
This commit is contained in:
parent
9b0f8be225
commit
b2a0b3bbaa
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ import org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration;
|
||||||
import org.linphone.ui.Numpad;
|
import org.linphone.ui.Numpad;
|
||||||
import org.linphone.ui.ToggleImageButton;
|
import org.linphone.ui.ToggleImageButton;
|
||||||
|
|
||||||
|
import android.annotation.TargetApi;
|
||||||
import android.app.Activity;
|
import android.app.Activity;
|
||||||
import android.app.AlertDialog;
|
import android.app.AlertDialog;
|
||||||
import android.app.Dialog;
|
import android.app.Dialog;
|
||||||
|
@ -68,6 +69,7 @@ import android.widget.RelativeLayout.LayoutParams;
|
||||||
* @author Guillaume Beraudo
|
* @author Guillaume Beraudo
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@TargetApi(5)
|
||||||
public class VideoCallActivity extends Activity implements
|
public class VideoCallActivity extends Activity implements
|
||||||
LinphoneOnCallStateChangedListener, OnClickListener {
|
LinphoneOnCallStateChangedListener, OnClickListener {
|
||||||
private final static int DELAY_BEFORE_HIDING_CONTROLS = 2000;
|
private final static int DELAY_BEFORE_HIDING_CONTROLS = 2000;
|
||||||
|
|
Loading…
Reference in a new issue