562935844@qq.com
2023-09-15 b1072a799774a18b19856d10c9ecfdda96a8b48d
HDLSDK/app/src/main/java/com/hdl/hdlsdk/MainActivity.java
@@ -73,12 +73,6 @@
    private String testLightSid = "02010131D9C03D01020300010107";
    private String secret = "";
    @Override
    protected void onDestroy() {
        super.onDestroy();
        removeAllTopicsListener();
    }
    void applyDeviceSecret() {
        tv.setText("开始申请设备密钥...");
        responseTv.setText("");
@@ -835,4 +829,10 @@
        return versionName;
    }
    @Override
    protected void onDestroy() {
        super.onDestroy();
        removeAllTopicsListener();
    }
}