am a7ad3f6c: am 50a21f4d: add reboot() method to PowerManager

Merge commit 'a7ad3f6c71ad6701fcaa6ecf75452563addb0dd0'

* commit 'a7ad3f6c71ad6701fcaa6ecf75452563addb0dd0':
  add reboot() method to PowerManager
This commit is contained in:
Doug Zongker
2009-11-19 17:45:39 -08:00
committed by Android Git Automerger
5 changed files with 47 additions and 3 deletions

View File

@@ -106261,6 +106261,19 @@
<parameter name="tag" type="java.lang.String">
</parameter>
</method>
<method name="reboot"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="reason" type="java.lang.String">
</parameter>
</method>
<method name="userActivity"
return="void"
abstract="false"