X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/bdc0332c23b326d21193f71ff7db2cf587de0c43..c2abbaaedb69dba35866a48b745b68f3519cbca1:/src/com/owncloud/android/location/LocationUpdateService.java diff --git a/src/com/owncloud/android/location/LocationUpdateService.java b/src/com/owncloud/android/location/LocationUpdateService.java index f2eab984..e1f529b5 100644 --- a/src/com/owncloud/android/location/LocationUpdateService.java +++ b/src/com/owncloud/android/location/LocationUpdateService.java @@ -17,6 +17,9 @@ */ package com.owncloud.android.location; +import com.owncloud.android.Log_OC; +import com.owncloud.android.R; + import android.app.IntentService; import android.content.Intent; import android.content.SharedPreferences; @@ -27,11 +30,8 @@ import android.location.LocationManager; import android.location.LocationProvider; import android.os.Bundle; import android.preference.PreferenceManager; -import android.util.Log; import android.widget.Toast; -import com.owncloud.android.Log_OC; -import com.owncloud.android.R; public class LocationUpdateService extends IntentService implements LocationListener {