[android-developers] application's persistent not work

2010-06-15 Thread James Wang
Hi,
We set our application's persistent true to make our app run forever.
(We are making new device product)
However, we found our app was still got killed during background in
emulator.
Our apps are big mem consumers and I think system maybe kill any app
without checking persistent prop when system resouce get low.
Is that true?

How can we keep our app from killing by system.

Best Regards

James

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] application's persistent not work

2010-06-15 Thread Frank Weiss
You can't keep your Andoid application's activities from being killed
by the system. If that were the case, the system would not be able to
start any other activities, once your application has hogged all the
memory.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en