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 has been archived by the owner on Nov 25, 2023. It is now read-only.
I'm trying to update my application to Android SDK 31 but I'm having an issue with graphhopper
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
I already tried to solve this problem with Override, but I couldn't.
The text was updated successfully, but these errors were encountered:
Yes, this is a known problem. Feel free if you want to open a PR for a fix. Otherwise you might be interested in having a look at https://github.com/maplibre/maplibre-navigation-android - we have fixed this bug a few months ago there.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to update my application to Android SDK 31 but I'm having an issue with graphhopper
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
I already tried to solve this problem with Override, but I couldn't.
The text was updated successfully, but these errors were encountered: