On Sun, Dec 11, 2011 at 6:11 PM, satahippy <[email protected]> wrote: > I have no purpose to develop most downloading app. It would be app for > limited number of people. > thnx for answers!)
You can look at the details of the ActivityManager, which fires up apps and loads them off into memory forking form a zygote, etc... But these questions belong on an Android source list such as android-platform. In general, if you are asking this question and don't already have an idea how to accomplish this, then it will probably be extremely difficult for you to accomplish this, as it requires building a custom version of the Android system, which you will then have to load onto the devices which you want to control... What is your problem? What are you trying to prevent happening? There are perhaps better ways... kris -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

