summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2023-10-05 15:40:44 -0700
committerXin Li <delphij@google.com>2023-10-05 15:40:44 -0700
commit35a4b291a1d627b6d49dbfa11154570d1d4e2de1 (patch)
treedbec1d57a99e56671f246cfc166c546bf1612d27
parent940a35ea973de0496d78970cf264b6cd3e49ce38 (diff)
parentb027620185709c4947b1eabfb6dfac849924ab19 (diff)
downloadsetupwizard-35a4b291a1d627b6d49dbfa11154570d1d4e2de1.tar.gz
Merge Android 14
Bug: 298295554 Merged-In: I2304f994739a863db3a2366718f85fec8207b576 Change-Id: I3cf931c1a40a3612da4c8f8931fbfb21b8000bdc
-rw-r--r--library/lint-baseline.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/library/lint-baseline.xml b/library/lint-baseline.xml
new file mode 100644
index 0000000..d6b6dd2
--- /dev/null
+++ b/library/lint-baseline.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<issues format="6" by="lint 8.0.0-dev" type="baseline" dependencies="true" variant="all" version="8.0.0-dev">
+
+ <issue
+ id="NewApi"
+ message="Call requires API level 25 (current min is 23): `android.view.View#setRevealOnFocusHint`">
+ <location
+ file="frameworks/opt/setupwizard/library/platform/src/com/android/setupwizardlib/view/RichTextView.java"
+ line="129"/>
+ </issue>
+
+ <issue
+ id="NewApi"
+ message="`&lt;vector&gt;` requires API level 21 (current min is 14) or building with Android Gradle plugin 1.4 or higher">
+ <location
+ file="frameworks/opt/setupwizard/library/gingerbread/res/drawable/suw_ic_expand_less.xml"
+ line="18"/>
+ </issue>
+
+ <issue
+ id="NewApi"
+ message="`&lt;vector&gt;` requires API level 21 (current min is 14) or building with Android Gradle plugin 1.4 or higher">
+ <location
+ file="frameworks/opt/setupwizard/library/gingerbread/res/drawable/suw_ic_expand_more.xml"
+ line="18"/>
+ </issue>
+
+</issues> \ No newline at end of file