Is there a way to detect the launch of other apps whilst your app is suspended?

Hi, I am planning on making an app which needs to check if other apps are foregrounded/launched. I found this online, http://stackoverflow.com/questions/3290936/android-detect-when-other-apps-are-launched and was wondering if such a thing would be possible using Corona SDK.

I’d really appreciate any help with tis.

Corona SDK apps are not designed to run in the background. The Corona UI has not been tested in a backgrounded mode. The UI uses OpenGL textures which get dumped when the app backgrounds (on Android), so I think this would impossible with Corona SDK.

Rob

Corona SDK apps are not designed to run in the background. The Corona UI has not been tested in a backgrounded mode. The UI uses OpenGL textures which get dumped when the app backgrounds (on Android), so I think this would impossible with Corona SDK.

Rob