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

Commit 1b71878f authored by Santiago Seifert's avatar Santiago Seifert Committed by Android (Google) Code Review
Browse files

Merge "Remove flag `enable_fix_for_route_visibility`" into main

parents b4dafd52 8f7f04ef
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -68,16 +68,6 @@ flag {
    bug: "288580225"
}

flag {
    name: "enable_fix_for_route_visibility"
    namespace: "media_better_together"
    description: "Fixes a bug causing private routes to appear on the output switcher of an app that shouldn't see them."
    bug: "416436531"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_suggested_device_api"
    is_exported: true
+1 −1
Original line number Diff line number Diff line
@@ -2914,7 +2914,7 @@ class MediaRouter2ServiceImpl {
        }

        private List<MediaRoute2Info> getVisibleRoutes(List<MediaRoute2Info> routes) {
            if (!Flags.enableFixForRouteVisibility() || TextUtils.isEmpty(mTargetPackageName)) {
            if (TextUtils.isEmpty(mTargetPackageName)) {
                // If the proxy router / manager doesn't target a specific app, it sees all
                // routes.
                return routes;