INNER CODE UNIT · Java
onClick
google/bundletool · src/main/dex_src/com/google/android/archive/ReactivateActivity.java:102
public void onClick(DialogInterface ignored, int buttonType) {
processingError = false;
switch (buttonType) {
case DialogInterface.BUTTON_POSITIVE:
startUnhibernateActivityForResult();
break;
case DialogInterface.BUTTON_NEUTRAL:
default:
// Nothing specific, just close the app.
finish();
break;
}
}
/**
* The archived stub is built with the activity flag noHistory, so this can only be triggered if
* the app store is not installed.
*/