[android-developers] Re: How To Programmatically Reboot The Phone

2009-09-16 Thread Raphael
On Tue, Sep 15, 2009 at 8:22 PM, !oEL runzhou...@gmail.com wrote: I see. Thank you Mark, I guess this shall be disposed from my feature basket, since I'm planning to write a public app. Out of curiosity, why would you want to write an app that reboots a phone? R/

[android-developers] Re: How To Programmatically Reboot The Phone

2009-09-15 Thread Mark Murphy
!oEL wrote: Hi, I'm trying to programmatically reboot the phone by pressing a button. Currently I'm doing something like this: _rebootButton.setOnClickListener(new View.OnClickListener() { public void onClick(View v) {

[android-developers] Re: How To Programmatically Reboot The Phone

2009-09-15 Thread !oEL
I see. Thank you Mark, I guess this shall be disposed from my feature basket, since I'm planning to write a public app. On 9月15日, 下午8时33分, Mark Murphy mmur...@commonsware.com wrote: !oEL wrote: Hi, I'm trying to programmatically reboot the phone by pressing a button. Currently I'm