Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 3, 2021 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/bd470b87c09401172b691756241f2eed to your computer and use it in GitHub Desktop.
Save parzibyte/bd470b87c09401172b691756241f2eed to your computer and use it in GitHub Desktop.
private fun solicitarPermisos(permisos: Array<String>) {
requestPermissions(
permisos,
CODIGO_PERMISOS_UBICACION_SEGUNDO_PLANO
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment