HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/activity/HDLLinphoneIntercomActivity.java
@@ -139,8 +139,6 @@ timer_lp_calltime = (Chronometer) findViewById(R.id.timer_lp_calltime); tv_lp_calltime = findViewById(R.id.tv_lp_calltime); setWidthHeightWithRatio(ll_video_lp_rendering, 16, 9); } /** @@ -261,7 +259,6 @@ showToast(getString(R.string.lp_operationFailedStr)); } } /** * 开锁点击事件 @@ -419,7 +416,6 @@ video_lp_rendering2 = null; } /** * 初始化震动器 */ @@ -445,8 +441,8 @@ /** * 关闭震动器 */ void cancelVibrator(){ if(mVibrator != null){ void cancelVibrator() { if (mVibrator != null) { mVibrator.cancel(); mVibrator = null; }