am f06e9984: Merge change 26993 into eclair

Merge commit 'f06e9984e833907057065946cf68ff95d6af1ead' into eclair-plus-aosp

* commit 'f06e9984e833907057065946cf68ff95d6af1ead':
  Pass provider authority to SyncActivityTooManyDeletes
This commit is contained in:
Tadashi G. Takaoka
2009-09-26 14:13:08 -07:00
committed by Android Git Automerger

View File

@@ -2092,6 +2092,7 @@ class SyncManager implements OnAccountsUpdatedListener {
clickIntent.setClassName("com.android.providers.subscribedfeeds", clickIntent.setClassName("com.android.providers.subscribedfeeds",
"com.android.settings.SyncActivityTooManyDeletes"); "com.android.settings.SyncActivityTooManyDeletes");
clickIntent.putExtra("account", account); clickIntent.putExtra("account", account);
clickIntent.putExtra("authority", authority);
clickIntent.putExtra("provider", authorityName.toString()); clickIntent.putExtra("provider", authorityName.toString());
clickIntent.putExtra("numDeletes", numDeletes); clickIntent.putExtra("numDeletes", numDeletes);