blob: ea8b9de46ee9b3d647edfd9be9ef6aa94a99bf68 [file] [log] [blame]
Avi Drissman3f1ea442022-09-08 15:42:011# Copyright 2019 The Chromium Authors
Peter Kotwicz2b85bd3d2020-10-01 22:29:492# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
Andrew Grieve229756482022-04-21 20:16:095# Help R8 determine that we don't use MediaRouteDynamicChooserDialog.
6# https://crbug.com/1147188
7-assumevalues class ** {
8 boolean mUseDynamicGroup return false;
9}