Created
March 15, 2019 20:26
-
-
Save ralphpina/1a9abde954b9e7cd0f1a7b965d4424e4 to your computer and use it in GitHub Desktop.
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
permissionsManager.observe(Permission.Location.Fine) | |
.doOnNext { | |
println("Fine location granted: ${it[0].isGranted()}") | |
} | |
.subscribe() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment