Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Information redacted by Android Beta Feedback.
cl...@google.com <cl...@google.com>
ap...@google.com <ap...@google.com> #3
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Complete steps to reproduce
What steps do others need to take in order to reproduce the issue themselves?
Current output (Error message if any)
What do you see instead?
Screen Record of the Issue
Please capture screen record or video of the issue using following steps:
adb shell screenrecord /sdcard/video.mp4
Subsequently use following command to pull the recorded file:
adb pull /sdcard/video.mp4
Attach the file to this issue
Note: Please upload the files to google drive and share the folder to android-bugreport@google.com, then share the link here.
Complete steps to reproduce
What steps do others need to take in order to reproduce the issue themselves?
Current output (Error message if any)
What do you see instead?
Screen Record of the Issue
Please capture screen record or video of the issue using following steps:
adb shell screenrecord /sdcard/video.mp4
Subsequently use following command to pull the recorded file:
adb pull /sdcard/video.mp4
Attach the file to this issue
Note: Please upload the files to google drive and share the folder to android-bugreport@google.com, then share the link here.
ap...@google.com <ap...@google.com> #4
HI,
Attached is a screenshot of the error message.
I get this message everytime I try to tap and pay.
I am guessing that it's because you have released the stable Android 15
QPR2 and I am stuck on the beta verson.
On Thu, 6 Mar 2025 at 09:22, <buganizer-system@google.com> wrote:
Attached is a screenshot of the error message.
I get this message everytime I try to tap and pay.
I am guessing that it's because you have released the stable Android 15
QPR2 and I am stuck on the beta verson.
On Thu, 6 Mar 2025 at 09:22, <buganizer-system@google.com> wrote:
ap...@google.com <ap...@google.com> #5
I have had this error on the beta since December, updated to the stable now and it still like this.
Description
The desugaring of
AutoClosable
which landed in 8.10.13-dev is missing reporting the desugared methods as supported on all API levels, causing lint to flag the use ofclose
, including the implicit use in try with resources.With the following code in Android Studio using AGP 8.10.0-aplha07 (which has R8 8.10.6-dev embedded) lint does not complaint. Switching R8
8.10.13-dev
causeExecutorService executorService = Executors.newWorkStealingPool(2)
to get a red squiggle.The diff in the backported method list is: