diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-04-24 16:06:48 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-04-24 16:47:50 +0530 |
commit | 95f16cbf5afef3c55ed23bbad615607954db50d3 (patch) | |
tree | fd9a2de1030390262688b71192dbada12bbed823 /app/lint-baseline.xml | |
parent | 9cae158e3469be142aae1c38c511a34201b52dc0 (diff) |
app: address InlinedApi lint
Diffstat (limited to 'app/lint-baseline.xml')
-rw-r--r-- | app/lint-baseline.xml | 66 |
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 < 24; check generated icon to make sure it looks acceptable" errorLine1=" android:tint="?attr/colorControlNormal"" |