mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-02-24 16:26:46 +00:00
"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." FLAG_IMMUTABLE was added in API 23 so that's why I'm using "> API 23". Using API 30 would also fix the Android 12 issue. Alternatively if PendingIntents should be mutable you could change it to "FLAG_MUTABLE". |
||
---|---|---|
.. | ||
jni | ||
src/main | ||
build.gradle | ||
proguard-rules.pro |