Created
December 18, 2017 17:34
-
-
Save synsh/27ea594b1566f0f00b23b64f0f90e035 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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