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

Commit 86135d32 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Pass provider authority to SyncActivityTooManyDeletes

Internal Bug: 2138733
parent 82e62668
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);