Skip to content

Instantly share code, notes, and snippets.

@kenkawakenkenke
Created February 18, 2021 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenkawakenkenke/1aac6b485177d7ed91fdd940c4a4b249 to your computer and use it in GitHub Desktop.
Save kenkawakenkenke/1aac6b485177d7ed91fdd940c4a4b249 to your computer and use it in GitHub Desktop.
COCOAを起動させるコード
Intent launchIntent = getPackageManager().getLaunchIntentForPackage("jp.go.mhlw.covid19radar");
if (launchIntent != null) {
startActivity(launchIntent);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment