am 5c6756fe: Revert "Protect LOGIN_ACCOUNTS_CHANGED receiver in SyncManager"

* commit '5c6756fefb6db0fe468b9d747960a6da344880ad':
  Revert "Protect LOGIN_ACCOUNTS_CHANGED receiver in SyncManager"
This commit is contained in:
Matthew Williams
2014-10-02 20:53:29 +00:00
committed by Android Git Automerger

View File

@@ -16,7 +16,6 @@
package com.android.server.content; package com.android.server.content;
import android.Manifest;
import android.accounts.Account; import android.accounts.Account;
import android.accounts.AccountAndUser; import android.accounts.AccountAndUser;
import android.accounts.AccountManager; import android.accounts.AccountManager;
@@ -481,7 +480,7 @@ public class SyncManager {
mContext.registerReceiverAsUser(mAccountsUpdatedReceiver, mContext.registerReceiverAsUser(mAccountsUpdatedReceiver,
UserHandle.ALL, UserHandle.ALL,
new IntentFilter(AccountManager.LOGIN_ACCOUNTS_CHANGED_ACTION), new IntentFilter(AccountManager.LOGIN_ACCOUNTS_CHANGED_ACTION),
Manifest.permission.ACCOUNT_MANAGER, null); null, null);
} }
// Pick a random second in a day to seed all periodic syncs // Pick a random second in a day to seed all periodic syncs