locus-android icon indicating copy to clipboard operation
locus-android copied to clipboard

Not Working in android 6

Open Sumitx86 opened this issue 2 years ago • 0 comments

I am not getting lcation in android 6.0 everything is working fine above android 6.0 please take a look

// using this

Locus.getCurrentLocation(this) { result -> if (result.location != null) {

        } else {
            
        }
        Print.P("Inside listener") 
    }

Sumitx86 avatar Feb 04 '23 08:02 Sumitx86