maBringToForeground() in Android

4 posts / 0 new
Last post
Mohamad Azhar Ina...
aawara's picture
Offline
Mobile Conjurer
Joined: 9 Feb 2011
Posts:
maBringToForeground() in Android

Hi,
I my application am sending it(my appn) to background(on the click of button) and after a timer of 5 seconds getting it back to foreground.

The appn is working as expected on Symbian, Java enabled phones (as of now) but on android once it goes to background, it does not come back to foreground after 5 secs.

Can someone help on this?

Regards.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
MatsLeine
MatsLeine's picture
Offline
Joined: 20 Sep 2011
Posts:

Hi!

I have the same problem, listening for a incoming connection event and would like to bring the app to the foreground. Also it would be nice to wake up the screen (but this is not implemented yet). if it works on the other platforms it must be a bug in the android implementation?

Mats

Ovidiu
ovidiu's picture
Offline
Mobile Wizard
Joined: 27 Jan 2011
Posts:

Hi,

Thanks for letting us know. We'll be looking into it.

MatsLeine
MatsLeine's picture
Offline
Joined: 20 Sep 2011
Posts:

Great!

Access to the power manager in android and similar in iXXXX is of great importance. I'm pretty surprised that it is not yet implemented as one runs into that problem instantly when apps are sent to "field" tests on non developer devices ;)

Mats