Upgrade to AGP 7.1.0-alpha01
Test: ./gradlew bOS
Change-Id: I865a2c90140170c442e20c32e436117fae9e5b1e
diff --git a/leanback/leanback-preference/lint-baseline.xml b/leanback/leanback-preference/lint-baseline.xml
index 71c4fc9..9a1dcc3 100644
--- a/leanback/leanback-preference/lint-baseline.xml
+++ b/leanback/leanback-preference/lint-baseline.xml
@@ -2,6 +2,39 @@
<issues format="6" by="lint 7.0.0-alpha15" type="baseline" client="cli" name="Lint" variant="all" version="7.0.0-alpha15">
<issue
+ id="MissingLeanbackLauncher"
+ message="Expecting an activity to have `android.intent.category.LEANBACK_LAUNCHER` intent filter"
+ errorLine1="<manifest package="androidx.leanback.preference"/>"
+ errorLine2=" ~~~~~~~~">
+ <location
+ file="src/main/AndroidManifest.xml"
+ line="18"
+ column="2"/>
+ </issue>
+
+ <issue
+ id="ImpliedTouchscreenHardware"
+ message="Hardware feature `android.hardware.touchscreen` not explicitly marked as optional "
+ errorLine1="<manifest package="androidx.leanback.preference"/>"
+ errorLine2=" ~~~~~~~~">
+ <location
+ file="src/main/AndroidManifest.xml"
+ line="18"
+ column="2"/>
+ </issue>
+
+ <issue
+ id="MissingLeanbackSupport"
+ message="Expecting `<uses-feature android:name="android.software.leanback" android:required="false" />` tag"
+ errorLine1="<manifest package="androidx.leanback.preference"/>"
+ errorLine2=" ~~~~~~~~">
+ <location
+ file="src/main/AndroidManifest.xml"
+ line="18"
+ column="2"/>
+ </issue>
+
+ <issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public RecyclerView onCreateRecyclerView(LayoutInflater inflater, ViewGroup parent,"