Ryujinx-SDL/android-project/app
FormularSumo 80d19282f7 If Android version >= API 23 PendingIntent.FLAGIMMUTABLE
"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".
2021-11-07 13:16:13 -08:00
..
jni Fixed bug 3918 - HIDAPI, CMake support for android project 2019-08-27 11:38:43 +02:00
src/main If Android version >= API 23 PendingIntent.FLAGIMMUTABLE 2021-11-07 13:16:13 -08:00
build.gradle Fixed bug 3918 - CMake support for android project 2019-08-11 15:23:37 +02:00
proguard-rules.pro Switched to new style gradle Android application build process 2017-10-23 15:23:43 -07:00