react-native-foreground-service icon indicating copy to clipboard operation
react-native-foreground-service copied to clipboard

Android 12 support

Open mitaxe opened this issue 4 years ago • 2 comments

SDK 31 is not supported.

: 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.

mitaxe avatar Nov 15 '21 14:11 mitaxe

same here !!

mohammedelnady avatar May 10 '22 14:05 mohammedelnady

https://github.com/voximplant/react-native-foreground-service/pull/41

peeratattt avatar May 11 '22 07:05 peeratattt