Skip to content

Instantly share code, notes, and snippets.

@burakiren
Created November 24, 2020 12:10
Show Gist options
  • Save burakiren/386410dff37891fb379e4de7ee42b8e6 to your computer and use it in GitHub Desktop.
Save burakiren/386410dff37891fb379e4de7ee42b8e6 to your computer and use it in GitHub Desktop.
arengine control
boolean isInstallArEngineApk = AREnginesApk.isAREngineApkReady(this);
if (!isInstallArEngineApk) {
// ConnectAppMarketActivity.class is the activity for redirecting to AppGallery.
startActivity(new Intent(this, com.huawei.arengine.demos.common.ConnectAppMarketActivity.class));
isRemindInstall = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment