Used for the https://medium.com/@TheMukeshSolanki/how-to-prevent-hackers-from-reverse-engineering-your-android-apps-2981661ab1c2
This file contains 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
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