Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f06e9984 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 26993 into eclair

* changes:
  Pass provider authority to SyncActivityTooManyDeletes
parents b27a1166 86135d32
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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);