summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHai Zhang <zhanghai@google.com>2021-08-19 09:10:03 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-08-19 09:10:03 +0000
commitfdfdc3a04833e1f55d74655a2dcf0a49a12e92bb (patch)
tree5b4c37764e65ff784b2c0a7f4dbef3f46635eaef
parent91469dec992c91f60b3cf0939379fbc1c4efb1f0 (diff)
parente5430492722dc1a0156b4b094c519905cc17079a (diff)
downloadsystemui-android12-qpr1-d-s3-release.tar.gz
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/15602014 Change-Id: I567e0909a31c83b1fd6e73cf9db37258842ba580
-rw-r--r--iconloaderlib/Android.bp4
-rw-r--r--iconloaderlib/lint-baseline.xml147
2 files changed, 2 insertions, 149 deletions
diff --git a/iconloaderlib/Android.bp b/iconloaderlib/Android.bp
index 4f4ea0c..6867e6b 100644
--- a/iconloaderlib/Android.bp
+++ b/iconloaderlib/Android.bp
@@ -19,7 +19,7 @@ package {
android_library {
name: "iconloader_base",
sdk_version: "current",
- min_sdk_version: "21",
+ min_sdk_version: "26",
static_libs: [
"androidx.core_core",
],
@@ -34,7 +34,7 @@ android_library {
android_library {
name: "iconloader",
sdk_version: "system_current",
- min_sdk_version: "21",
+ min_sdk_version: "26",
static_libs: [
"androidx.core_core",
],
diff --git a/iconloaderlib/lint-baseline.xml b/iconloaderlib/lint-baseline.xml
deleted file mode 100644
index f2439e7..0000000
--- a/iconloaderlib/lint-baseline.xml
+++ /dev/null
@@ -1,147 +0,0 @@
-<?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 24 (current min is 21): `android.os.LocaleList#getEmptyLocaleList`"
- errorLine1=" protected LocaleList mLocaleList = LocaleList.getEmptyLocaleList();"
- errorLine2=" ~~~~~~~~~~~~~~~~~~">
- <location
- file="frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java"
- line="93"
- column="51"/>
- </issue>
-
- <issue
- id="NewApi"
- message="Call requires API level 24 (current min is 21): `android.content.res.Configuration#getLocales`"
- errorLine1=" mLocaleList = mContext.getResources().getConfiguration().getLocales();"
- errorLine2=" ~~~~~~~~~~">
- <location
- file="frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java"
- line="241"
- column="66"/>
- </issue>
-
- <issue
- id="NewApi"
- message="Call requires API level 24 (current min is 21): `android.os.LocaleList#toLanguageTags`"
- errorLine1=" mSystemState = mLocaleList.toLanguageTags() + &quot;,&quot; + Build.VERSION.SDK_INT;"
- errorLine2=" ~~~~~~~~~~~~~~">
- <location
- file="frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java"
- line="242"
- column="36"/>
- </issue>
-
- <issue
- id="NewApi"
- message="Call requires API level 24 (current min is 21): `android.os.UserHandle#getUserHandleForUid`"
- errorLine1=" UserHandle.getUserHandleForUid(Integer.parseInt(str.substring(sep + 1))));"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~">
- <location
- file="frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/util/ComponentKey.java"
- line="79"
- column="32"/>
- </issue>
-
- <issue
- id="NewApi"
- message="Class requires API level 23 (current min is 21): `android.graphics.drawable.DrawableWrapper`"
- errorLine1="public class FixedScaleDrawable extends DrawableWrapper {"
- errorLine2=" ~~~~~~~~~~~~~~~">
- <location
- file="frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/FixedScaleDrawable.java"
- line="15"
- column="41"/>
- </issue>
-
- <issue
- id="NewApi"
- message="Call requires API level 23 (current min is 21): `new android.graphics.drawable.DrawableWrapper`"
- errorLine1=" super(new ColorDrawable());"
- errorLine2=" ~~~~~">
- <location
- file="frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/FixedScaleDrawable.java"
- line="22"
- column="9"/>
- </issue>
-
- <issue
- id="NewApi"
- message="Call requires API level 26 (current min is 21): `new android.graphics.drawable.AdaptiveIconDrawable`"
- errorLine1=" AdaptiveIconDrawable drawable = new AdaptiveIconDrawable("
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/GraphicsUtils.java"
- line="97"
- column="41"/>
- </issue>
-
- <issue
- id="NewApi"
- message="Call requires API level 26 (current min is 21): `android.graphics.drawable.AdaptiveIconDrawable#getIconMask`"
- errorLine1=" return new Path(drawable.getIconMask());"
- errorLine2=" ~~~~~~~~~~~">
- <location
- file="frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/GraphicsUtils.java"
- line="100"
- column="34"/>
- </issue>
-
- <issue
- id="NewApi"
- message="Method reference requires API level 22 (current min is 21): `ActivityInfo::loadUnbadgedIcon`"
- errorLine1=" ActivityInfo::loadUnbadgedIcon;"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/IconProvider.java"
- line="64"
- column="13"/>
- </issue>
-
- <issue
- id="NewApi"
- message="Call requires API level 24 (current min is 21): `android.os.UserHandle#getUserHandleForUid`"
- errorLine1=" UserHandle.getUserHandleForUid(info.applicationInfo.uid),"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~">
- <location
- file="frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/IconProvider.java"
- line="126"
- column="28"/>
- </issue>
-
- <issue
- id="NewApi"
- message="Call requires API level 23 (current min is 21): `android.content.Context#getSystemService`"
- errorLine1=" : context.getSystemService(UserManager.class).getUserProfiles()) {"
- errorLine2=" ~~~~~~~~~~~~~~~~">
- <location
- file="frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/IconProvider.java"
- line="252"
- column="35"/>
- </issue>
-
- <issue
- id="NewApi"
- message="Class requires API level 23 (current min is 21): `android.graphics.drawable.DrawableWrapper`"
- errorLine1="public class RoundDrawableWrapper extends DrawableWrapper {"
- errorLine2=" ~~~~~~~~~~~~~~~">
- <location
- file="frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/RoundDrawableWrapper.java"
- line="29"
- column="43"/>
- </issue>
-
- <issue
- id="NewApi"
- message="Call requires API level 23 (current min is 21): `new android.graphics.drawable.DrawableWrapper`"
- errorLine1=" super(dr);"
- errorLine2=" ~~~~~">
- <location
- file="frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/RoundDrawableWrapper.java"
- line="36"
- column="9"/>
- </issue>
-
-</issues>