语言

Menu
Sites
Language
How to get running foreground app name?
I want to change Hello Tizen exmple Application to print running foreground app name... but there is no example for native app (in web app, https://developer.tizen.org/documentation/articles/process-management) How to get running foreground app name? likes gallery, movie-player(default movie player) I need to get running foreground app name in Native application..... please help...

响应

2 回复
Alex Ashirov

Hi,

Please take a look at Tizen::App::AppManager::GetActiveApp ( AppId &  appId ) . But please note that this API requires partner level privileges.

규민 고

https://developer.tizen.org/ko/documentation/articles/native-appmanagement?langswitch=ko I founded my self ;-) thanks