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

Commit 33783a96 authored by Jeremy Joslin's avatar Jeremy Joslin Committed by Android Git Automerger
Browse files

am 500f7811: Merge "Fix the ordering of extra values in the PI." into lmp-mr1-dev

* commit '500f7811':
  Fix the ordering of extra values in the PI.
parents 53644fb5 500f7811
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3768,8 +3768,8 @@ public class ConnectivityService extends IConnectivityManager.Stub
            int notificationType) {
        if (notificationType == ConnectivityManager.CALLBACK_AVAILABLE) {
            Intent intent = new Intent();
            intent.putExtra(ConnectivityManager.EXTRA_NETWORK, nri.request);
            intent.putExtra(ConnectivityManager.EXTRA_NETWORK_REQUEST, networkAgent.network);
            intent.putExtra(ConnectivityManager.EXTRA_NETWORK, networkAgent.network);
            intent.putExtra(ConnectivityManager.EXTRA_NETWORK_REQUEST, nri.request);
            sendIntent(nri.mPendingIntent, intent);
        }
        // else not handled