Languages

Menu
Sites
Language
How to launch a default-lock-screen programmatically?

Hello,

Help me quickly . How to launch a default-lock-screen programmatically in Native or Web based app ?

 

Thanks,

Adal.

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
Raghu Kona
Hi Adal, As per my understanding, if you would like to lock the screen from your application, you can add "power" privilege to your application and use below code tizen.power.turnScreenOff(); Regards, Raghu Kona