File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import androidx.core.app.ActivityCompat
1212import com.tencent.iot.explorer.link.demo.common.log.L
1313import com.tencent.iot.explorer.link.demo.common.util.Watermark
1414import com.tencent.iot.explorer.link.demo.core.activity.MainActivity
15+ import com.tencent.xnet.XP2P
1516
1617/* *
1718 * baseActivity
@@ -57,7 +58,7 @@ abstract class BaseActivity : AppCompatActivity() {
5758 requestedOrientation = ActivityInfo .SCREEN_ORIENTATION_PORTRAIT
5859 // 在setContentView()后调用
5960 startHere()
60- Watermark .getInstance().show(this , BuildConfig .SDKDemoCommitID )
61+ Watermark .getInstance().show(this , BuildConfig .SDKDemoCommitID + " xp2p: " + XP2P .getVersion() )
6162 }
6263
6364 override fun onResume () {
You can’t perform that action at this time.
0 commit comments