commit | 50a21f4d3b70360b36acad20e234c380654fd59f | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Thu Nov 19 12:49:53 2009 -0800 |
committer | Doug Zongker <dougz@android.com> | Thu Nov 19 17:18:31 2009 -0800 |
tree | ae5a32323d740cf4af6c03a573fd6c96ffa27b86 | |
parent | 793810f68fcf1ace817f6ebcb42a6adb13c28582 [diff] |
add reboot() method to PowerManager In order to unbundle System Update, we need some to expose in the SDK some way to reboot the device into recovery. Add a reboot() method to PowerManager, protected by the android.permission.REBOOT permission.