Fixed crash when the device is turned while the warning dialog about server certifica...
[pub/Android/ownCloud.git] / src / com / owncloud / android / ui / activity / Preferences.java
index 7b23856..ca13416 100644 (file)
@@ -227,7 +227,7 @@ public class Preferences extends SherlockPreferenceActivity implements
         else if (preference.equals(mDeviceTracking)) {\r
             Intent locationServiceIntent = new Intent();\r
             locationServiceIntent\r
-                    .setAction("eu.alefzero.owncloud.location.LocationLauncher");\r
+                    .setAction("com.owncloud.android.location.LocationLauncher");\r
             locationServiceIntent.putExtra("TRACKING_SETTING",\r
                     (Boolean) newValue);\r
             sendBroadcast(locationServiceIntent);\r