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
When I try to send a notification via the plyer library, I get an error
JVM exception occurred: com.test.test.testservice: 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.
I tried to install android.api = 30 (in buildozer.spec), but it didn't change anything
If someone knows how to work around this problem by sending a notification, for example via jnius, then please tell me.
Version
python-for-android: master
The text was updated successfully, but these errors were encountered:
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
If you're having trouble installing or using python-for-android, maybe you could be interested in our quickstart guide.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
Description
When I try to send a notification via the
plyer
library, I get an errorI tried to install
android.api = 30
(in buildozer.spec), but it didn't change anythingIf someone knows how to work around this problem by sending a notification, for example via
jnius
, then please tell me.Version
python-for-android: master
The text was updated successfully, but these errors were encountered: