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