aboutsummaryrefslogtreecommitdiff
path: root/common/lint-baseline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/lint-baseline.xml')
-rw-r--r--common/lint-baseline.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/common/lint-baseline.xml b/common/lint-baseline.xml
new file mode 100644
index 00000000..b6f9dfcb
--- /dev/null
+++ b/common/lint-baseline.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0">
+
+ <issue
+ id="NewApi"
+ message="Call requires API level 26 (current min is 23): `android.os.StrictMode.VmPolicy.Builder#detectContentUriWithoutPermission`"
+ errorLine1=" .detectContentUriWithoutPermission()"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="packages/apps/TV/common/src/com/android/tv/common/BaseApplication.java"
+ line="84"
+ column="30"/>
+ </issue>
+
+</issues>