PDA

View Full Version : Access to lockscreen from QML



folibis
24th December 2013, 00:53
I have a Samsung Tab 10.1 and I want to create simple timer application for my child which allows using the tablet no more than 1 hr.
So after a timer is out I want to lock the device.
In QtMobility there is function to query device status - bool isDeviceLocked();
but how can I lock a device from QML?
Any advices are appreciated!