| | |
| | | import android.os.Bundle; |
| | | import android.view.View; |
| | | |
| | | import com.google.zxing.BarcodeFormat; |
| | | import com.google.zxing.MultiFormatWriter; |
| | | import com.google.zxing.WriterException; |
| | | import com.google.zxing.common.BitMatrix; |
| | | import com.hdl.linkpm.sdk.core.exception.HDLException; |
| | | import com.hdl.linkpm.sdk.user.bean.NewVersionBean; |
| | | import com.hdl.photovoltaic.R; |
| | |
| | | } |
| | | }); |
| | | //todo 等接口 |
| | | String content = "https://spark.appc02.com/ksgd1"; |
| | | String content = "https://developer.hdlcontrol.com/AppDownload/HDLDebugerDownload.html"; |
| | | Bitmap bitmap = HdlCommonLogic.getInstance().createQRCodeBitmap(content, 168, 168, "UTF-8", "H", "1", Color.BLACK, Color.WHITE); |
| | | viewBinding.asRegardsQrCodeIv.setImageBitmap(bitmap); |
| | | |