Xtraball / Siberian

Siberian Single App Edition (SAE), free and open-source app builder.
https://www.siberiancms.com
Open Software License 3.0
167 stars 151 forks source link

PendingIntent with unspecified mutability #849

Closed dusanpecko closed 3 months ago

dusanpecko commented 3 months ago

Hello

Google sent me this, do you know what I should do? I have version 5.0.11

Pending intents mutability If your app targets Android 12, you must specify the mutability of each PendingIntent object that your app creates. This additional requirement improves your app's security. Test the pending intent mutability change To determine whether your app is missing mutability declarations, look for the following lint warning in Android Studio: Warning: Missing PendingIntent mutability flag [UnspecifiedImmutableFlag] Unsafe intent launches To improve platform security, Android 12 and higher provide a debugging feature that detects unsafe launches of intents. When the system detects such an unsafe launch, a StrictMode violation occurs.

SiberianCMS commented 3 months ago

No other reports with 5.0.11, maybe it was an older warning, google play takes some time to clear warnings after you update the AAB

Please confirm and close the issue if solved.