How to get the application’s info that currently showed on the screen

How to get the application’s info that currently showed on the screen

BY 21 Nov 2014 Web Application Development

I try to wake up my app when the app is on sleep mode.

I used tizen.power.setScreenStateChangeListener. it works fine but this listener affect not only my app but also other apps.

so, I try to use tizen.application.getCurrentApplication() but this function returns only my app info always

how to solve these problems?

I mean what I want is my app keeps on dim mode.

 

Written by