Fixed
Status Update
Comments
na...@google.com <na...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
bo...@google.com <bo...@google.com>
bo...@google.com <bo...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
The following lint check is baseline suppressed in your project. Please remove all instances of this suppression from
documentfile/documentfile/lint-baseline.xml
and address the associated issues before your next stable release.5 instance(s) of
ClassVerificationFailure
This call references a method added in API level 21; however, the containing class androidx.documentfile.provider.DocumentFile is reachable from earlier API levels and will fail run-time class verification.
Found in
src/main/java/androidx/documentfile/provider/DocumentFile.java
at line 136:This call references a method added in API level 19; however, the containing class androidx.documentfile.provider.DocumentFile is reachable from earlier API levels and will fail run-time class verification.
Found in
src/main/java/androidx/documentfile/provider/DocumentFile.java
at line 137:This call references a method added in API level 19; however, the containing class androidx.documentfile.provider.DocumentFile is reachable from earlier API levels and will fail run-time class verification.
Found in
src/main/java/androidx/documentfile/provider/DocumentFile.java
at line 138:This call references a method added in API level 21; however, the containing class androidx.documentfile.provider.DocumentFile is reachable from earlier API levels and will fail run-time class verification.
Found in
src/main/java/androidx/documentfile/provider/DocumentFile.java
at line 141:This call references a method added in API level 19; however, the containing class androidx.documentfile.provider.DocumentFile is reachable from earlier API levels and will fail run-time class verification.
Found in
src/main/java/androidx/documentfile/provider/DocumentFile.java
at line 154: