Android-EasyLocation icon indicating copy to clipboard operation
Android-EasyLocation copied to clipboard

Google play service - location services wrapper

Results 6 Android-EasyLocation issues
Sort by recently updated
recently updated
newest added

Unable to destroy activity : java.lang.IllegalStateException: Not allowed to start service Intent { act=location.fetch.stop cmp=com.**/com.akhgupta.easylocation.LocationBgService }: app is in background uid UidRecord{2d0fdb7 u0a109 CEM bg:+4m55s596ms idle procs:1 proclist:28294, seq(0,0,0)}

Hi! I have **3 main activities**, I used Location code in **Activity-A** and then I wanted to get location in **Activity-B**, but what happened is, _when I tried fetching Location...

Updated gradle to 3.0.1, updated dependancies to latest versions and replaced LocationServices.FusedLocationApi with FusedLocationProviderClient as it was deprecated in newer android version.

``` private fun requestOneTimeLocation() { val locationRequest = LocationRequest() .setPriority(LocationRequest.PRIORITY_BALANCED_POWER_ACCURACY) .setInterval(5000) .setFastestInterval(5000) val easyLocationRequest = EasyLocationRequestBuilder() .setLocationRequest(locationRequest) .setFallBackToLastLocationTime(3000) .build() requestSingleLocationFix(easyLocationRequest) } ``` I use requestSingleLocationFix, the problem if the location...

I have updated some dependencies versions, target version. Changes os gradle versions to run on Android Studio 3.0.