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

Commit 1b3c6598 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

am: 0d4ecaa1

Change-Id: I62ed2107d0b0712267a903e465cbeba6a4f0b346
parents 196b7c46 0d4ecaa1
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);