aboutsummaryrefslogtreecommitdiff
path: root/tuner/lint-baseline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tuner/lint-baseline.xml')
-rw-r--r--tuner/lint-baseline.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/tuner/lint-baseline.xml b/tuner/lint-baseline.xml
index a0db5e0b..f359c6b3 100644
--- a/tuner/lint-baseline.xml
+++ b/tuner/lint-baseline.xml
@@ -169,4 +169,20 @@
line="101"/>
</issue>
-</issues>
+ <issue
+ id="NewApi"
+ message="Call requires API level 26 (current min is 23): `new android.app.Notification.TvExtender`">
+ <location
+ file="packages/apps/TV/tuner/src/com/android/tv/tuner/setup/BaseTunerSetupActivity.java"
+ line="416"/>
+ </issue>
+
+ <issue
+ id="NewApi"
+ message="Cast from `TvExtender` to `Extender` requires API level 26 (current min is 23)">
+ <location
+ file="packages/apps/TV/tuner/src/com/android/tv/tuner/setup/BaseTunerSetupActivity.java"
+ line="416"/>
+ </issue>
+
+</issues> \ No newline at end of file