D/MicroMsg.SDK.MMessageAct: send, targetPkgName = com.tencent.mm, targetClassName = com.tencent.mm.plugin.base.stub.WXEntryActivity, launchMode = 2
I/MicroMsg.SDK.MMessageAct: sendUsingPendingIntent
E/MicroMsg.SDK.MMessageAct: sendUsingPendingIntent fail, ex = whocanplay.vip.sfclub: 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.
我们微信简直太棒啦,14都出了,还没兼容12,上次更新sdk还是2021年
将 targetSdkVersion 改为31以下后,就可以正常 了,这说明微信sdk还没有适配android11的安全策略