INNER CODE UNIT · Java

onCreate

google/bundletool · src/main/dex_src/com/google/android/archive/ReactivateActivity.java:53

  protected void onCreate(Bundle savedInstanceState) {
    handleSplashScreen(this);
    super.onCreate(savedInstanceState);
    appStorePackageName = getAppStorePackageName();
  }

  @Override
  public void onResume() {
    super.onResume();
    // Ensures we don't try to send another intent immediately after the first one failed, instead
    // an error dialog is shown.
    if (processingError) {
      return;
    }
    startUnhibernateActivityForResult();
  }

  /** Returns true if the targeted Store is installed and enabled. */

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…