Archived:How to handle user inactivity with PySymbian
Aquivado: Este artigo foi arquivado, pois o conteúdo não é mais considerado relevante para se criar soluções comerciais atuais. Se você achar que este artigo ainda é importante, inclua o template {{ForArchiveReview|escreva a sua justificativa}}.
All PySymbian articles have been archived. PySymbian is no longer maintained by Nokia and is not guaranteed to work on more recent Symbian devices. It is not possible to submit apps to Nokia Store.
All PySymbian articles have been archived. PySymbian is no longer maintained by Nokia and is not guaranteed to work on more recent Symbian devices. It is not possible to submit apps to Nokia Store.
Article Metadata
Tested with
Devices(s): Nokia N95, Nokia E90
Compatibility
Platform(s): S60 1st Edition, S60 2nd Edition, S60 3rd Edition
Article
Keywords: e32
Created: bogdan.galiceanu
(25 Mar 2008)
Last edited: hamishwillee
(08 May 2013)
Overview
This snippet shows how to determine and reset the user inactivity time in Python.
Source code
import e32
print e32.inactivity()
#The time in seconds since the user of the device was last active
#Reset the inactivity period
e32.reset_inactivity()
Postconditions
The number of seconds since the user was last active is displayed, then the inactivity timer is reset. As a consequence of resetting the inactivity timer, the device's backlight will be turned on.


(no comments yet)