How can I bring an activity to the front from a background service

Posted by Erwan Pinault on Stack Overflow See other posts from Stack Overflow or by Erwan Pinault
Published on 2010-03-17T11:19:23Z Indexed on 2010/03/17 11:21 UTC
Read the original article Hit count: 223

Filed under:

Hi,

First of all, I am aware my issue is against the philosophy of Android, but I have no choice, this application will run on a embedded car gps and I need to bring an activity to prevent from car accident, for example, when it's happen around the user. I have to put other activity on the back and bring my alert pop up without user manipulation like notification on the front.

Is there a way to bring manually an activity to the front, by resuming it like when you click on the android task switcher?

© Stack Overflow or respective owner

Related posts about android