Answer the question
In order to leave comments, you need to log in
Can I open my application on top of the rest?
I need an event, for example, a timer to open the application on top of the rest. They suggested the following code:
Intent intent = new Intent(context, MainActivity.class);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
context.startActivity(intent);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question