brilianN / openintents

Automatically exported from code.google.com/p/openintents
0 stars 0 forks source link

OI Safe does not seem to log out after a period of time #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set preferences to one minute logout
2. go back to the home screen
3. wait a minute

We should see the service stop so the icon disappear, bust instead it
remains on.  I haven't yet convinced myself that it logs out after 5
minutes, which is the default.

Original issue reported on code.google.com by isaac.jo...@gmail.com on 16 Jan 2009 at 5:51

GoogleCodeExporter commented 9 years ago
Increased priority.

Original comment by isaac.jo...@gmail.com on 16 Jan 2009 at 5:57

GoogleCodeExporter commented 9 years ago
I verified that:

1. despite lock_preference being set to 1 minute, it still operates at 5 minutes
(will add a new issue)
2. It didn't log out after 5 minutes.

I discovered that we failed to call t.start() when creating the timer, so 
finish()
was never called. Not sure how that happened, but it's fixed now!

Original comment by isaac.jo...@gmail.com on 16 Jan 2009 at 6:46