调试窗修改

去掉显示OBU程序版本和协议版本,OBU已经废弃
This commit is contained in:
xuxinchao
2022-03-31 18:17:46 +08:00
parent cdaa1dd947
commit 8e337e938e
2 changed files with 0 additions and 24 deletions

View File

@@ -1316,8 +1316,6 @@ class DebugSettingView @JvmOverloads constructor(
*/
tvAppVersionName.text = "鹰眼版本名:${AppUtils.getAppVersionName()}"
tvAppVersionCode.text = "鹰眼版本号:${AppUtils.getAppVersionCode()}"
tvObuAppInfo.text = "OBU程序版本${CallerObuListenerManager.getObuStatusInfo().appInfo}"
tvObuHliInfo.text = "OBU协议版本${CallerObuListenerManager.getObuStatusInfo().hliInfo}"
tvObuSdkVersion.text = "OBU-SDK版本${AppConfigInfo.obuSdkVersion}"
tvAutopilotProtocolVersionInfo.text =
"Autopilot协议版本${CallerAutoPilotManager.getProtocolVersion()}"

View File

@@ -245,28 +245,6 @@
android:layout_height="1dp"
android:background="#F0F0F0" />
<TextView
android:id="@+id/tvObuAppInfo"
style="@style/DebugSettingText"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#F0F0F0" />
<TextView
android:id="@+id/tvObuHliInfo"
style="@style/DebugSettingText"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#F0F0F0" />
<TextView
android:id="@+id/tvObuSdkVersion"
style="@style/DebugSettingText"