Re: [android-developers] can we restart systemserver..............?
Not from a third party app. You can stop/start it with "adb shell stop" and "adb shell start." If it is stopped, all of the framework goes down, including all applications. You can't stop/start individual system services.
On Sat, Jul 14, 2012 at 10:17 PM, Abhilash baddam <abhilash.androiddeveloper@gmail.com> wrote:
Hi,Generally SystemServer wiil start all systemservices (ActivityManagerService, PackageManager etc..)right.1)Is it possible to restart the systemserver so that all systemservices will be restarted.2) Similarly can we restart the particular systemservice for ex: PackageManagerService.--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
Dianne Hackborn
Android framework engineer
hackbod@android.com
Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them.
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home