Skip to content

Instantly share code, notes, and snippets.

@mukeshsolanki
Created March 28, 2022 15:54
Embed
What would you like to do?
this.verifyInstaller(Installer.GOOGLE_PLAY_STORE)?.let {
if (it) {
// App is installed from Google Play
} else {
// App is not installed from Google Play
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment