Hy,
I'm developping a SIP application. The problem is when the activty is
closed with Home - Button and a call receive in the Broadcastreceiver i'm
not able to bring the activity back to foreground.
I tried with:
if (!activity.hasWindowFocus()) {
Intent i = activity.getIntent();
i.addFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);
activity.startActivity(i);
}
Best regards
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en