java.lang.IllegalArgumentException: md.obsidian: 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.checkPendingIntent(PendingIntent.java:461)
at android.app.PendingIntent.getActivityAsUser(PendingIntent.java:577)
at android.app.PendingIntent.getActivity(PendingIntent.java:563)
at android.app.PendingIntent.getActivity(PendingIntent.java:527)
at com.google.android.gms.common.api.GoogleApiActivity.a(r8-map-id-9d097cde4c17edd8af091211cf719310292182790705bcc23451304beb0ac8a0:9)
at a7.i.r(r8-map-id-9d097cde4c17edd8af091211cf719310292182790705bcc23451304beb0ac8a0:12)
at c7.f.i(r8-map-id-9d097cde4c17edd8af091211cf719310292182790705bcc23451304beb0ac8a0:5)
at c7.f$a.i(r8-map-id-9d097cde4c17edd8af091211cf719310292182790705bcc23451304beb0ac8a0:154)
at c7.f$a.a(r8-map-id-9d097cde4c17edd8af091211cf719310292182790705bcc23451304beb0ac8a0:2)
at c7.f$a.G(r8-map-id-9d097cde4c17edd8af091211cf719310292182790705bcc23451304beb0ac8a0:111)
at c7.f$a.n(r8-map-id-9d097cde4c17edd8af091211cf719310292182790705bcc23451304beb0ac8a0:55)
at c7.f.handleMessage(r8-map-id-9d097cde4c17edd8af091211cf719310292182790705bcc23451304beb0ac8a0:624)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:265)
at android.os.Looper.loop(Looper.java:358)
at android.os.HandlerThread.run(HandlerThread.java:85)
报错码如下,是因为安卓版本的问题吗?使用的是小米的澎湃os系统
此话题已在 22 小时后被自动关闭。不再允许新回复。