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

Commit ac925011 authored by Chad Brubaker's avatar Chad Brubaker
Browse files

Expose CONNECTIVITY_ACTION to Instant Apps

Test: Broadcast is visible to Instant Apps
Bug: 69421898
Change-Id: I8435e7723cf7a722668b97ff087d1f4453d3e7b7
parent 5f6980af
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);