/* ownCloud Android client application\r
  *   Copyright (C) 2011  Bartek Przybylski\r
+ *   Copyright (C) 2012-2013 ownCloud Inc.\r
  *\r
  *   This program is free software: you can redistribute it and/or modify\r
  *   it under the terms of the GNU General Public License as published by\r
- *   the Free Software Foundation, either version 3 of the License, or\r
+ *   the Free Software Foundation, either version 2 of the License, or\r
  *   (at your option) any later version.\r
  *\r
  *   This program is distributed in the hope that it will be useful,\r
 \r
 import java.util.Vector;\r
 \r
-import android.accounts.Account;\r
-import android.accounts.AccountManager;\r
 import android.content.Intent;\r
 import android.content.SharedPreferences;\r
 import android.os.Bundle;\r
 import com.actionbarsherlock.app.SherlockPreferenceActivity;\r
 import com.actionbarsherlock.view.Menu;\r
 import com.actionbarsherlock.view.MenuItem;\r
-import com.owncloud.android.AccountUtils;\r
 import com.owncloud.android.OwnCloudSession;\r
-import com.owncloud.android.authenticator.AccountAuthenticator;\r
 import com.owncloud.android.db.DbHandler;\r
 \r
 import com.owncloud.android.R;\r
         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