[android-developers] Re: How does forceStopPackage work in Android 2.2 (Froyo)?

2010-07-09 Thread Kid
forceStopPackage is equal to the restartPackage in Android 2.1 but in 2.2 you need android.Manifest.permission.FORCE_STOP_PACKAGES, a system- permission so this method is not available to third party applications On Jun 25, 10:04 pm, Happy C. taiwanhappin...@gmail.com wrote: Thanks Dianne's

[android-developers] Re: How does forceStopPackage work in Android 2.2 (Froyo)?

2010-06-25 Thread Happy C.
Thanks Dianne's reply. What is the main difference between killBackgroundProcesses and forceStopPackage? or forceStopPackage is equal to the restartPackage in Android 2.1? Thanks again. On 6月25日, 上午8時26分, Dianne Hackborn hack...@android.com wrote: Yes it is an internal API. On Thu, Jun