-
Notifications
You must be signed in to change notification settings - Fork 40
Description
物联网通信 com.tencent.iot.explorer:explorer-device-android:3.3.23 不支持android 12系统,
java.lang.IllegalArgumentException: xxx.xxx.xx: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
│ Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
│ at android.app.PendingIntent.checkFlags(PendingIntent.java:375)
│ at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:645)
│ at android.app.PendingIntent.getBroadcast(PendingIntent.java:632)
│ at com.tencent.iot.hub.device.android.core.mqtt.TXAlarmPingSender.start(TXAlarmPingSender.java:70)
│ at org.eclipse.paho.client.mqttv3.internal.ClientState.connected(ClientState.java:1214)
│ at org.eclipse.paho.client.mqttv3.internal.ClientState.notifyReceivedAck(ClientState.java:1050)
│ at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:151)
│ at java.lang.Thread.run(Thread.java:920)