am 1f192b6d: am ff7c67f2: am 5c6756fe: Revert "Protect LOGIN_ACCOUNTS_CHANGED receiver in SyncManager"
* commit '1f192b6d5f7c932cac22c4f8f9b612572fccec39': Revert "Protect LOGIN_ACCOUNTS_CHANGED receiver in SyncManager"
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
package com.android.server.content;
|
||||
|
||||
import android.Manifest;
|
||||
import android.accounts.Account;
|
||||
import android.accounts.AccountAndUser;
|
||||
import android.accounts.AccountManager;
|
||||
@@ -481,7 +480,7 @@ public class SyncManager {
|
||||
mContext.registerReceiverAsUser(mAccountsUpdatedReceiver,
|
||||
UserHandle.ALL,
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user