projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Server certificates improvements: fixed problems in devices with OpenSSL implementati...
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
ui
/
activity
/
Preferences.java
diff --git
a/src/com/owncloud/android/ui/activity/Preferences.java
b/src/com/owncloud/android/ui/activity/Preferences.java
index
7b23856
..
ca13416
100644
(file)
--- a/
src/com/owncloud/android/ui/activity/Preferences.java
+++ b/
src/com/owncloud/android/ui/activity/Preferences.java
@@
-227,7
+227,7
@@
public class Preferences extends SherlockPreferenceActivity implements
else if (preference.equals(mDeviceTracking)) {
\r
Intent locationServiceIntent = new Intent();
\r
locationServiceIntent
\r
else if (preference.equals(mDeviceTracking)) {
\r
Intent locationServiceIntent = new Intent();
\r
locationServiceIntent
\r
- .setAction("
eu.alefzero.ownclou
d.location.LocationLauncher");
\r
+ .setAction("
com.owncloud.androi
d.location.LocationLauncher");
\r
locationServiceIntent.putExtra("TRACKING_SETTING",
\r
(Boolean) newValue);
\r
sendBroadcast(locationServiceIntent);
\r
locationServiceIntent.putExtra("TRACKING_SETTING",
\r
(Boolean) newValue);
\r
sendBroadcast(locationServiceIntent);
\r