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

Commit aa72b203 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents b8b2173c ac925011
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);