projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'develop' into setup_buttons
[pub/Android/ownCloud.git]
/
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
7fe2ee9
..
e1f529b
100644
(file)
--- 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;
*/
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;
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 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 {
public class LocationUpdateService extends IntentService implements
LocationListener {