You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 24, 2025. It is now read-only.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Go to settings
Open reminder
Click Enable
Error message
Expected behavior
Reminder works as expected
Additional context
Haven't used the app in a while on this phone. Reminders still works on my other phone (enabled years ago). Version 1.3.2
Debug log
This code was generated for the error details:
Build version: 1.3.2
Build date: 1981-01-01 01:01:02
Current date: 2025-05-15 05:54:03
Device: Asus ASUS_AI2202
OS version: Android 14 (SDK 34)
Stack trace:
java.lang.IllegalArgumentException: com.health.openworkout: 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.checkPendingIntent(PendingIntent.java:435)
at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:738)
at android.app.PendingIntent.getBroadcast(PendingIntent.java:725)
at P0.e.d(SourceFile:16)
at P0.e.e(SourceFile:17)
at P0.e.a(SourceFile:17)
at P0.e.f(SourceFile:9)
at com.health.openworkout.gui.preference.ReminderPreferences.h2(SourceFile:1)
at com.health.openworkout.gui.preference.ReminderPreferences.onSharedPreferenceChanged(Unknown Source:0)
at android.app.SharedPreferencesImpl$EditorImpl.notifyListeners(SharedPreferencesImpl.java:637)
at android.app.SharedPreferencesImpl$EditorImpl.apply(SharedPreferencesImpl.java:511)
at androidx.preference.Preference.D0(SourceFile:1)
at androidx.preference.Preference.e0(SourceFile:1)
at androidx.preference.TwoStatePreference.H0(SourceFile:1)
at androidx.preference.TwoStatePreference.S(SourceFile:1)
at androidx.preference.Preference.c0(SourceFile:1)
at androidx.preference.Preference.d0(SourceFile:1)
at androidx.preference.SwitchPreferenceCompat.d0(SourceFile:1)
at androidx.preference.Preference$a.onClick(Unknown Source:2)
at android.view.View.performClick(View.java:7680)
at android.view.View.performClickInternal(View.java:7657)
at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
at android.view.View$PerformClick.run(View.java:30196)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:245)
at android.os.Looper.loop(Looper.java:364)
at android.app.ActivityThread.main(ActivityThread.java:8439)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:977)
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Reminder works as expected
Additional context
Haven't used the app in a while on this phone. Reminders still works on my other phone (enabled years ago). Version 1.3.2
Debug log
This code was generated for the error details:
Build version: 1.3.2
Build date: 1981-01-01 01:01:02
Current date: 2025-05-15 05:54:03
Device: Asus ASUS_AI2202
OS version: Android 14 (SDK 34)
Stack trace:
java.lang.IllegalArgumentException: com.health.openworkout: 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.checkPendingIntent(PendingIntent.java:435)
at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:738)
at android.app.PendingIntent.getBroadcast(PendingIntent.java:725)
at P0.e.d(SourceFile:16)
at P0.e.e(SourceFile:17)
at P0.e.a(SourceFile:17)
at P0.e.f(SourceFile:9)
at com.health.openworkout.gui.preference.ReminderPreferences.h2(SourceFile:1)
at com.health.openworkout.gui.preference.ReminderPreferences.onSharedPreferenceChanged(Unknown Source:0)
at android.app.SharedPreferencesImpl$EditorImpl.notifyListeners(SharedPreferencesImpl.java:637)
at android.app.SharedPreferencesImpl$EditorImpl.apply(SharedPreferencesImpl.java:511)
at androidx.preference.Preference.D0(SourceFile:1)
at androidx.preference.Preference.e0(SourceFile:1)
at androidx.preference.TwoStatePreference.H0(SourceFile:1)
at androidx.preference.TwoStatePreference.S(SourceFile:1)
at androidx.preference.Preference.c0(SourceFile:1)
at androidx.preference.Preference.d0(SourceFile:1)
at androidx.preference.SwitchPreferenceCompat.d0(SourceFile:1)
at androidx.preference.Preference$a.onClick(Unknown Source:2)
at android.view.View.performClick(View.java:7680)
at android.view.View.performClickInternal(View.java:7657)
at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
at android.view.View$PerformClick.run(View.java:30196)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:245)
at android.os.Looper.loop(Looper.java:364)
at android.app.ActivityThread.main(ActivityThread.java:8439)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:977)