Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Consistent error when trying to enable reminders #61

Description

@ssssamstrup

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to settings
  2. Open reminder
  3. Click Enable
  4. 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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions