Advertisement
gauravssnl

hide_s60.py

Oct 18th, 2016
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # hide_s60.py pys60 script by gauravssnl
  2. # hide and unhide  runnin app from taskbar
  3. import hide
  4. import e32
  5. # hide the running app from taskbar
  6. hide.hide(1)
  7. # sleep
  8. e32.ao_sleep(2)
  9. # unhide the hiden app
  10. hide.hide( 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement