Languages

Menu
Sites
Language
Window creation

How to create a system window (like lockscreen window) with high priority so that events like home button pressed ,autohide bar,power and volume button should be handled

is it possible in tizen

 

 

 

Responses

2 Replies
muditha murthy

I guess you can use window class and provide the listners to listen for key pressed using key codes.

Alex Ashirov

Hi,

I tried something like this some time ago, but unfortunately I was not able to receive events when home, power and volume buttons were pressed. OnKeyPressed() was not called for them.