Fixed bad replace tokens and removed unnecessary quote
[pub/Android/ownCloud.git] / src / com / owncloud / android / ui / activity / Preferences.java
index ca13416..460c5e0 100644 (file)
@@ -1,9 +1,10 @@
 /* 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
@@ -19,8 +20,6 @@ package com.owncloud.android.ui.activity;
 \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
@@ -36,9 +35,7 @@ import com.actionbarsherlock.app.ActionBar;
 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