X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/63a3522ab7c8940ccc48be09e2247f86cbf60598..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 7fe2ee9f..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; @@ -29,8 +32,6 @@ import android.os.Bundle; import android.preference.PreferenceManager; import android.widget.Toast; -import com.owncloud.android.Log_OC; -import com.owncloud.android.R; public class LocationUpdateService extends IntentService implements LocationListener {