When user press “Back button” my app go to Background, but is still running. I need bring my app to front again. For example i’ve use this block to send my app as a background task:
Use this trick:
Create a new screen, and set the screen when initialized to close screen.
In your main screen when the notification is click while app is in background set it to open that new screen.
That is when the notification is click in background it open a new screen and immediately the screen will be closed without restarting the App.
Nothing happen. The app doesn’t open from background task, When I try to do it manual I just saw the screen was change but I mention that the app must be open from background, not work for me.
Did you have other solution like can we do it with Activity starter?
I think this extension does not make your app run in background. What it makes is the same as click in the Home button of your phone. May be your app continue to work for some time because it is not being closed. But if you really want a way for your app to run in background you must use Xoma extension which has this specific proposal.
Actually I can’t understand the solution properly, But when I saw block like your solutions I found it and i recognized that this block are similar to your solutions.