override fun onCreate()

in example/android/app/src/main/java/com/google/android/libraries/abuse/recaptcha/testapps/integration/MainApplication.kt [36:43]


  override fun onCreate() {
    super.onCreate()
    SoLoader.init(this, OpenSourceMergedSoMapping)
    if (BuildConfig.IS_NEW_ARCHITECTURE_ENABLED) {
      // If you opted-in for the New Architecture, we load the native entry point for this app.
      load()
    }
  }