I am writing a test application to test Tizen applications. For this I need to get the AppState of other application(s) from my current Application using below API:
AppState Tizen::App::App::GetAppState(void) const
Please help me how to get the state ?
Rakar