Android PendingIntent FLAG_IMMUTABLE与FLAG_MUTABLE本质解析
1. PendingIntent 的 FLAG_IMMUTABLE 和 FLAG_MUTABLE:不是“可写不可写”,而是“谁来改、何时改、怎么改”的信任契约刚在 Android 12 上跑测试时,Logcat 突然炸出一行红色警告:PendingIntent: A PendingIntent was created with…
2026/8/26 5:45:32