Merge change 26993 into eclair

* changes:
  Pass provider authority to SyncActivityTooManyDeletes
This commit is contained in:
Android (Google) Code Review
2009-09-26 17:06:47 -04:00

View File

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