πŸ”” MelonNotification β€’ Various styled notifications + Itoo

this is my tried, it is not worked

Yes, because you are using a global variable

Use StoreProperty/FetchProperty methods instead
Also set the timer interval before registering the Timer event

Taifun

1 Like

It working but time not updated :slightly_frowning_face:

Can you post the blocks of your

EDIT: you also might wamt to look into this example

which updates the permanent notification regularly

Taifun

1 Like

Why are you using global variables? Variable global timer is not initialized in the background... It can be null or cause a crash.

Hey, any idea regarding the blocks I sent?

Hi, could you please post your .aia file so I can check later? Also before running it in background, does it run properly without it?

Sorry, cannot post the aia file as it contains sensitive information. Building a simple notification works, let me highlight that the notifications are called by Itoo via the foreground service. However if I try to add an action button or set the intent for the notification, the notification simply doesn't come up.

Also to note, I have tested on Android 16 beta and Android 15 stable release devices (Pixel 7).

Create a test project and provide a screenshot of your relevant blocks

Taifun

I have provided a screenshot of the blocks used earlier. Maybe you haven't seen it?

I have seen those
Sorry, I can't help with that
Provide a test project, so @Kumaraswamy can check

The question is

Taifun