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

Commit 0d4ecaa1 authored by Chad Brubaker's avatar Chad Brubaker Committed by android-build-merger
Browse files

Merge "Expose CONNECTIVITY_ACTION to Instant Apps" into pi-dev

am: aa72b203

Change-Id: I0434f8c7292a85e25df3da2858e4d89cf55fab3d
parents ff25299c aa72b203
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1705,6 +1705,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
                            ni != null ? ni.getState().toString() : "?");
                } catch (RemoteException e) {
                }
                intent.addFlags(Intent.FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS);
            }
            try {
                mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL, options);