Commit e88c1585 by tonihei Committed by Ian Baker

Suppress lint warnings in leanback module.

These warnings are caused by the fact that this is a library and the
lint check doesn't see any app using the library in a TV context.

PiperOrigin-RevId: 407110725
parent 04efc03d
......@@ -14,6 +14,8 @@
limitations under the License.
-->
<manifest package="androidx.media3.ui.leanback">
<manifest xmlns:tools="http://schemas.android.com/tools"
package="androidx.media3.ui.leanback"
tools:ignore="MissingLeanbackLauncher,ImpliedTouchscreenHardware,MissingLeanbackSupport">
<uses-sdk />
</manifest>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment