Created
April 25, 2020 23:08
-
-
Save pedrovarela86/96483de3cedfd70320c1b54c7c88767d to your computer and use it in GitHub Desktop.
Llamada al método checkGooglePlayServices desde onResume() de la actividad
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
override fun onResume() { | |
super.onResume() | |
if (checkPlayServices()) { | |
startApp() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment