Skip to content

Instantly share code, notes, and snippets.

@pedrovarela86
Created April 25, 2020 23:08
Show Gist options
  • Save pedrovarela86/96483de3cedfd70320c1b54c7c88767d to your computer and use it in GitHub Desktop.
Save pedrovarela86/96483de3cedfd70320c1b54c7c88767d to your computer and use it in GitHub Desktop.
Llamada al método checkGooglePlayServices desde onResume() de la actividad
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