Don't allow the upgrade activity to be backed out of

pull/14/head
Sam Bosley 13 years ago
parent ca2b378f88
commit 731c23e9b4

@ -234,6 +234,11 @@ public final class UpgradeService {
finish(); finish();
} }
} }
@Override
public void onBackPressed() {
// Don't allow the back button to finish this activity
}
} }
/** /**

Loading…
Cancel
Save