INNER CODE UNIT · Java
getAppName
google/bundletool · src/main/dex_src/com/google/android/archive/ReactivateActivity.java:97
private String getAppName() {
return getApplicationInfo().loadLabel(getPackageManager()).toString();
}
@Override
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;
}
}