jaydeepw / secrets-for-android

Automatically exported from code.google.com/p/secrets-for-android
0 stars 0 forks source link

Secrets stays loaded when offscreen #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Secrets and enter your master password
2. Run a task manager like TasKiller
3. Observe that Secrets is still active, and using ~3Mb of memory.

What version of the product are you using? On what operating system?
Version 1.4.9 on a Rogers HTC Magic running HTC's Sense UI on Android 1.5

Original issue reported on code.google.com by jjgig...@gmail.com on 10 Feb 2010 at 2:30

GoogleCodeExporter commented 9 years ago
The Android OS kills apps as it needs more resources.  Switching apps does not 
necessarily kill the previous app.  Switching back to secrets causes it to 
prompt for 
your password again.  If it does not do that, please reopen this issue or 
create a new 
one.  Thanks.

Original comment by roge...@gmail.com on 22 May 2010 at 3:45

GoogleCodeExporter commented 9 years ago
Ok, sure, it's not a bug...

But Secrets for Android is one of the few apps that is guaranteed not to hold 
useful 
state while in the background.  The Android OS can't know this, so when it 
needs more 
memory, it is just as likely to kill some app that may have useful state before 
killing Secrets for Android.

So my point is, it would be a useful enhancement for it to explicitly unload 
itself 
if possible.

Original comment by jjgig...@gmail.com on 29 May 2010 at 6:23