summaryrefslogtreecommitdiff
path: root/lint-baseline-launcher3.xml
diff options
context:
space:
mode:
authorBrian Isganitis <brianji@google.com>2021-07-19 14:36:06 -0400
committerBrian Isganitis <brianji@google.com>2021-07-19 15:03:27 -0400
commit57c8d68001f210f3fafa4eb93e1f920699231b8f (patch)
tree23b1b1ed388958fbd7afbfc570583d3f051a92c2 /lint-baseline-launcher3.xml
parent0841e93a342fefe6afe9fba4bd77933fb438d976 (diff)
downloadLauncher3-57c8d68001f210f3fafa4eb93e1f920699231b8f.tar.gz
Use global color extraction in widgets for wallpaper preview
Test: Widgets in wallpaper app should use wallpaper colors Bug: 192205054 Change-Id: I4da9ad1cc88be251f97e86b6c8c9b346ed20f586
Diffstat (limited to 'lint-baseline-launcher3.xml')
-rw-r--r--lint-baseline-launcher3.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/lint-baseline-launcher3.xml b/lint-baseline-launcher3.xml
index e77c88926d..94345a6c75 100644
--- a/lint-baseline-launcher3.xml
+++ b/lint-baseline-launcher3.xml
@@ -584,4 +584,15 @@
column="17"/>
</issue>
+ <issue
+ id="NewApi"
+ message="Call requires API level 27 (current min is 26): `android.app.WallpaperManager#getWallpaperColors`"
+ errorLine1=" : WallpaperManager.getInstance(context).getWallpaperColors(FLAG_SYSTEM);"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~">
+ <location
+ file="packages/apps/Launcher3/src/com/android/launcher3/graphics/LauncherPreviewRenderer.java"
+ line="288"
+ column="61"/>
+ </issue>
+
</issues>