Ketan Ramteke

Results 3 issues of Ketan Ramteke

Simple implementation using Set

when I was using ```ArrayOf(Manifest.permission.ACCESS_FINE_LOCATION)``` it was showing me an error of ```Unresolved reference: permission``` So I replaced it with ```ArrayOf(android.Manifest.permission.ACCESS_FINE_LOCATION)``` and this fixed the issue and the project build...