summaryrefslogtreecommitdiff
path: root/app/lint-baseline.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-04-24 16:06:48 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-04-24 16:47:50 +0530
commit95f16cbf5afef3c55ed23bbad615607954db50d3 (patch)
treefd9a2de1030390262688b71192dbada12bbed823 /app/lint-baseline.xml
parent9cae158e3469be142aae1c38c511a34201b52dc0 (diff)
app: address InlinedApi lint
Diffstat (limited to 'app/lint-baseline.xml')
-rw-r--r--app/lint-baseline.xml66
1 files changed, 0 insertions, 66 deletions
diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml
index ecde9f99..b2d0b78e 100644
--- a/app/lint-baseline.xml
+++ b/app/lint-baseline.xml
@@ -2,72 +2,6 @@
<issues format="6" by="lint 7.1.3" type="baseline" client="gradle" dependencies="false" name="AGP (7.1.3)" variant="all" version="7.1.3">
<issue
- id="InlinedApi"
- message="Field requires API level 31 (current min is 26): `android.app.PendingIntent#FLAG_MUTABLE`"
- errorLine1=" PendingIntent.FLAG_CANCEL_CURRENT or PendingIntent.FLAG_MUTABLE,"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/dev/msfjarvis/aps/ui/autofill/AutofillDecryptActivity.kt"
- line="81"
- column="48"/>
- </issue>
-
- <issue
- id="InlinedApi"
- message="Field requires API level 31 (current min is 26): `android.app.PendingIntent#FLAG_MUTABLE`"
- errorLine1=" PendingIntent.FLAG_CANCEL_CURRENT or PendingIntent.FLAG_MUTABLE,"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/dev/msfjarvis/aps/ui/autofill/AutofillDecryptActivityV2.kt"
- line="70"
- column="48"/>
- </issue>
-
- <issue
- id="InlinedApi"
- message="Field requires API level 31 (current min is 26): `android.app.PendingIntent#FLAG_MUTABLE`"
- errorLine1=" PendingIntent.FLAG_CANCEL_CURRENT or PendingIntent.FLAG_MUTABLE,"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/dev/msfjarvis/aps/ui/autofill/AutofillFilterView.kt"
- line="77"
- column="48"/>
- </issue>
-
- <issue
- id="InlinedApi"
- message="Field requires API level 31 (current min is 26): `android.app.PendingIntent#FLAG_MUTABLE`"
- errorLine1=" PendingIntent.FLAG_CANCEL_CURRENT or PendingIntent.FLAG_MUTABLE,"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/dev/msfjarvis/aps/ui/autofill/AutofillPublisherChangedActivity.kt"
- line="57"
- column="48"/>
- </issue>
-
- <issue
- id="InlinedApi"
- message="Field requires API level 31 (current min is 23): `android.app.PendingIntent#FLAG_MUTABLE`"
- errorLine1=" PendingIntent.FLAG_MUTABLE"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/dev/msfjarvis/aps/util/autofill/AutofillViewUtils.kt"
- line="59"
- column="7"/>
- </issue>
-
- <issue
- id="InlinedApi"
- message="Field requires API level 31 (current min is 23): `android.app.PendingIntent#FLAG_MUTABLE`"
- errorLine1=" PendingIntent.FLAG_UPDATE_CURRENT or PendingIntent.FLAG_MUTABLE"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/dev/msfjarvis/aps/util/services/ClipboardService.kt"
- line="122"
- column="48"/>
- </issue>
-
- <issue
id="VectorRaster"
message="Resource references will not work correctly in images generated for this vector icon for API &lt; 24; check generated icon to make sure it looks acceptable"
errorLine1=" android:tint=&quot;?attr/colorControlNormal&quot;"