[android-developers] rebooting programatically / platform certificate

2010-02-09 Thread guich
Hi, I read that, to be able to reboot programatically, you have to: 1. Sign your app with the platform certificate 2. Do this: Intent i = new Intent(Intent.ACTION_REBOOT); i.putExtra(nowait, 1); i.putExtra(interval, 1); i.putExtra(window, 0); sendBroadcast(i); Questions: can any app be

Re: [android-developers] rebooting programatically / platform certificate

2010-02-09 Thread Mark Murphy
Questions: can any app be signed with such certificate? Can we install it in non-development devices? Can such app be published in the market? Those questions are only relevant if you are making your own firmware or handset. After all, the only way you *get* such a certificate is because you