App from background to foreground

When the app is in the background, it receives a notification. I need to bring it to the foreground. Which component should I use?

My alarmmanager extension is able to open your app, also above the lockscreen, from the background just zse method StartNow

Taifun

How do I configure the block?
How do I open the app?
title:
text
Starttext
iD

I already purchased the extension

On the extension’s page there are plenty of examples plus Q&A, have you checked them yet?

See especially the App Inventor example project itooNow.aia

  1. ask for the necessary permissions
  2. use rhe StartNow method from the background
  3. create a screen called LockScreen which then will be opened

Taifun