python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Flutter android_alarm_manager_plus does not work reliably
I want to schedule daily notifications at a specific daytime with the android_alarm_manager_plus and the local_notifications plugins.
However, the notifications come in very irregulary. The delay of t...
Tim
Votes: 0
Answers: 0
How can we use multi color icon in android notification icon
I have already tried with transparent background, it's working fine but I need more than 1 color in the notification small icon.
When I am trying to get results find whatever color we use that will ch...
Akash Yadav
Votes: 0
Answers: 1
Unable to start activity: java.lang.IllegalArgumentException: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE
today my phone updated to android 12 and my app started to crash when I launch it. It is supposed to send a notification when launched.
val intent = Intent(this, MainActivity::class.java)
val ...
David Ramirez Yáñez
Votes: 0
Answers: 2
Is there a callback to when I get notification-access permission?
Background
I'm working on an app that requires to have notification-access permission, which is handled by the NotificationListenerService.
To request this special permission (which isn't a runtime pe...

android developer
Votes: 0
Answers: 1