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

Commit a68e7d73 authored by Jeremy Joslin's avatar Jeremy Joslin
Browse files

Fix the ordering of extra values in the PI.

Bug: 18539720
Change-Id: I6bb69394b05923ca25bc1b4902bc2540a13812bd
parent f17f04a5
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