Hello!
I am trying to lock screen programatically by launching "org.tizen.lockscreen".
But this is not working in Tizen 2.2.1. Here is my code snippet
===========================================
function lockScreen() {
tempAlert("This device is locked from FMM server!",2000);
tizen.application.launch("org.tizen.lockscreen",onsuccess);
}
==========================================
I have also added privilege "http://tizen.org/privilege/application.launch".
Is there something I am missing? Is app ID "org.tizen.lockscreen" is correct?
Please help!