Skip to content

Commit

Permalink
Froyo's ShutdownThread wants a reboot reason (we use null to just reb…
Browse files Browse the repository at this point in the history
…oot)

Signed-off-by: Eddie Ringle <eddie@eringle.net>
  • Loading branch information
EddieRingle committed Jun 29, 2010
1 parent c8e74df commit 70f6d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phone/com/android/internal/policy/impl/GlobalActions.java
Expand Up @@ -201,7 +201,7 @@ public boolean showBeforeProvisioning() {
new SinglePressAction(com.android.internal.R.drawable.ic_lock_power_off, R.string.global_action_reboot) {

public void onPress() {
ShutdownThread.reboot(mContext, true);
ShutdownThread.reboot(mContext, null, true);
}

public boolean showDuringKeyguard() {
Expand Down

0 comments on commit 70f6d6e

Please sign in to comment.