Skip to content

Instantly share code, notes, and snippets.

@synsh
Created December 18, 2017 17:34
Show Gist options
  • Save synsh/27ea594b1566f0f00b23b64f0f90e035 to your computer and use it in GitHub Desktop.
Save synsh/27ea594b1566f0f00b23b64f0f90e035 to your computer and use it in GitHub Desktop.
// Shows a dialog that allows the user to install the current instant app.
// https://developer.android.com/topic/instant-apps/reference.html#showinstallprompt
InstantApps.showInstallPrompt(this, new Intent(this, BaseActivity.class), 0, null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment