-
-
Save parzibyte/bd470b87c09401172b691756241f2eed to your computer and use it in GitHub Desktop.
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
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