ramack / ActivityDiary

Android diary for any kind of activities
GNU General Public License v3.0
73 stars 37 forks source link

Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified #315

Open HLI5KY opened 12 months ago

HLI5KY commented 12 months ago

App crashes at runtime with the following error :

java.lang.IllegalArgumentException: de.rampro.activitydiary: 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.checkFlags(PendingIntent.java:404)
    at android.app.PendingIntent.getActivityAsUser(PendingIntent.java:487)
    at android.app.PendingIntent.getActivity(PendingIntent.java:473)
    at android.app.PendingIntent.getActivity(PendingIntent.java:437)
    at de.rampro.activitydiary.helpers.ActivityHelper.showCurrentActivityNotification(ActivityHelper.java:457)
    at de.rampro.activitydiary.helpers.ActivityHelper.setCurrentActivity(ActivityHelper.java:424)
    at de.rampro.activitydiary.ui.main.MainActivity.onItemClick(MainActivity.java:367)
    at de.rampro.activitydiary.ui.main.SelectViewHolders.onClick(SelectViewHolders.java:50)
    at android.view.View.performClick(View.java:7545)
    at android.view.View.performClickInternal(View.java:7522)
    at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
    at android.view.View$PerformClick.run(View.java:29562)
    at android.os.Handler.handleCallback(Handler.java:942)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loopOnce(Looper.java:210)
    at android.os.Looper.loop(Looper.java:299)
    at android.app.ActivityThread.main(ActivityThread.java:8235)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:559)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)
ramack commented 12 months ago

Thanks for reporting. I am really way behind in the development of this app and should release an update.