summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzuWei Lin <szuweilin@google.com>2022-01-06 13:47:18 +0800
committerSzuWei Lin <szuweilin@google.com>2022-01-06 13:47:18 +0800
commitbf7d6b3ca1ef85a9d86e614d1e87d1416f955612 (patch)
tree7254defc163b9559650b3e6d82edab9d00853f41
parent21fac76ddfa4cb37c12f34b933e6568db5f05995 (diff)
parent9474b83a7f1e98b0a5b57b1effaf405c922db257 (diff)
downloadsystemui-android12-gsi.tar.gz
Merge branch android12-platform-releaseandroid12-gsi
Change-Id: I9a72d90b78bb7a0d892f1f7ede1ea0acd980d613
-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>