Languages

Menu
Sites
Language
Get app window using process id.

Hi,

I am trying to build a library in which i need to get the pid of the app using my .so and i need to get its main window. The situation is that the app cannot paas its window as it is a unity app, so i need to get it through some other means.

The api should be official documented api.

Responses

3 Replies
Alex Dem

Hi, I know this Tizen API , how to get info about app:
https://developer.tizen.org/dev-guide/2.3.1/org.tizen.tutorials/html/native/app_framework/app_manager_tutorial_n.ht
Also you could try to ask here:
http://forum.unity3d.com/forums/tizen.88/
Alexey.

Palitsyna
Anand Rudrakshi

I got the process id but there is no way to get the main window of the app through pid.