api.txt
146 KB
-
Mark MediaController methods final to prevent accidental overrides · 2a6472f9
It's currently not possible to even subclass MediaController because the constructor is package-private. To avoid any accidental usage or future indirect subclassing, all methods can be marked as final. PiperOrigin-RevId: 523648114
tonihei committed