| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.3.0-alpha10" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0-alpha10)" variant="all" version="8.3.0-alpha10"> |
| |
| <issue |
| id="UsesNonDefaultVisibleForTesting" |
| message="Found non-default `otherwise` value for @VisibleForTesting" |
| errorLine1=" @get:VisibleForTesting(otherwise = VisibleForTesting.PACKAGE_PRIVATE)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/exceptions/domerrors/DomError.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" val sliceBuilder = Slice.Builder(" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" Uri.EMPTY, SliceSpec(" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .addText(" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .addText(" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" sliceBuilder.addAction(" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" Slice.Builder(sliceBuilder)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .addHints(Collections.singletonList(SLICE_HINT_PENDING_INTENT))" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .build()," |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" return sliceBuilder.build()" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" slice.items.forEach {" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" if (it.hasHint(SLICE_HINT_TITLE)) {" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" title = it.text" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" } else if (it.hasHint(SLICE_HINT_SUBTITLE)) {" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" subtitle = it.text" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" } else if (it.hasHint(SLICE_HINT_PENDING_INTENT)) {" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" pendingIntent = it.action" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" val sliceBuilder = Slice.Builder(" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" Uri.EMPTY, SliceSpec(" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .addText(" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .addText(" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" sliceBuilder.addAction(" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" Slice.Builder(sliceBuilder)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .addHints(Collections.singletonList(SLICE_HINT_PENDING_INTENT))" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .build()," |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" return sliceBuilder.build()" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" slice.items.forEach {" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" if (it.hasHint(SLICE_HINT_TITLE)) {" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" title = it.text" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" } else if (it.hasHint(SLICE_HINT_SUBTITLE)) {" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" subtitle = it.text" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" } else if (it.hasHint(SLICE_HINT_PENDING_INTENT)) {" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.Action.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" pendingIntent = it.action" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/Action.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" val sliceBuilder = Slice.Builder(" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" Uri.EMPTY, SliceSpec(" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .addAction(" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" Slice.Builder(sliceBuilder)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .addHints(Collections.singletonList(SLICE_HINT_PENDING_INTENT))" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .build()," |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .addText(title, /*subType=*/null, listOf(SLICE_HINT_TITLE))" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" return sliceBuilder.build()" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" slice.items.forEach {" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" if (it.hasHint(SLICE_HINT_PENDING_INTENT)) {" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" pendingIntent = it.action" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" } else if (it.hasHint(SLICE_HINT_TITLE)) {" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" title = it.text" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" val sliceBuilder = Slice.Builder(" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" Uri.EMPTY, SliceSpec(" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .addAction(" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" Slice.Builder(sliceBuilder)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .addHints(Collections.singletonList(SLICE_HINT_PENDING_INTENT))" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .build()," |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .addText(title, /*subType=*/null, listOf(SLICE_HINT_TITLE))" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" return sliceBuilder.build()" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" slice.items.forEach {" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" if (it.hasHint(SLICE_HINT_PENDING_INTENT)) {" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" pendingIntent = it.action" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" } else if (it.hasHint(SLICE_HINT_TITLE)) {" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.AuthenticationAction.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" title = it.text" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/AuthenticationAction.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.CredentialEntry is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" when (slice.spec?.type) {" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/CredentialEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.CredentialEntry is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" when (slice.spec?.type) {" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/CredentialEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.CredentialEntry.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" when (slice.spec?.type) {" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/CredentialEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.CredentialEntry.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" when (slice.spec?.type) {" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/CredentialEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" val sliceBuilder = Slice.Builder(Uri.EMPTY, SliceSpec(SLICE_SPEC_TYPE, REVISION_ID))" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" val sliceBuilder = Slice.Builder(Uri.EMPTY, SliceSpec(SLICE_SPEC_TYPE, REVISION_ID))" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" sliceBuilder.addAction(" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" Slice.Builder(sliceBuilder)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .addHints(Collections.singletonList(SLICE_HINT_PENDING_INTENT))" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .build(), /*subType=*/null" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" return sliceBuilder.build()" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" slice.items.forEach {" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" if (it.hasHint(SLICE_HINT_PENDING_INTENT)) {" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" pendingIntent = it.action" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" val sliceBuilder = Slice.Builder(Uri.EMPTY, SliceSpec(SLICE_SPEC_TYPE, REVISION_ID))" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" val sliceBuilder = Slice.Builder(Uri.EMPTY, SliceSpec(SLICE_SPEC_TYPE, REVISION_ID))" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" sliceBuilder.addAction(" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" Slice.Builder(sliceBuilder)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .addHints(Collections.singletonList(SLICE_HINT_PENDING_INTENT))" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" .build(), /*subType=*/null" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" return sliceBuilder.build()" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" slice.items.forEach {" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" if (it.hasHint(SLICE_HINT_PENDING_INTENT)) {" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 28; however, the containing class androidx.credentials.provider.RemoteEntry.Companion is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" pendingIntent = it.action" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/credentials/provider/RemoteEntry.kt"/> |
| </issue> |
| |
| </issues> |