delight-im / Android-SimpleLocation

Utility class for easy access to the device location on Android
Apache License 2.0
200 stars 75 forks source link

Is this library working on background process #34

Closed hafiz013 closed 5 years ago

hafiz013 commented 5 years ago

Hi there is this library working on background process in order to get latest location in android 6 above.tq

ocram commented 5 years ago

I would say this library is neutral when it comes to background process limits.

Whether it works in background processes depends on your app and where you place the calls to this library.

You may be using this library in an Activity, Service, IntentService, JobService, JobIntentService, etc., and all these contexts have different implications – which you can read about in the Android documentation.