WAI
Status Update
Comments
mm...@commonsware.com <mm...@commonsware.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Android build
Which Android build are you using? (e.g. PPP5.180610.010)
We tested this bug on Pixel devices and observed, it says:
"a% with valuetext slider".
Please confirm if you have also observed the same.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
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 avoid uploading directly to the issue using attachments. Please upload to google drive and share the folder to android-bugreport@google.com, then share the link here.
Android build
Which Android build are you using? (e.g. PPP5.180610.010)
We tested this bug on Pixel devices and observed, it says:
"a% with valuetext slider".
Please confirm if you have also observed the same.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
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 avoid uploading directly to the issue using attachments. Please upload to google drive and share the folder to android-bugreport@google.com, then share the link here.
ku...@google.com <ku...@google.com>
ku...@google.com <ku...@google.com> #3
Android Build: 00WW_4_15C_SP02
Yes - it says (for example) "50% (pause) with value text (pause) slider"
Yes - it says (for example) "50% (pause) with value text (pause) slider"
mm...@commonsware.com <mm...@commonsware.com> #4
Thanks for the above inputs. Could you please clarify the expected output.
ar...@google.com <ar...@google.com> #5
I would expect it to read the value of aria-valuetext not the % as the author has specifically determined that this is the value that should be read. So in the example above it would read "5000 (pause) with value text (pause) slider"
Often in these cases the value is not even numeric. For example 2 of the sliders at
ad...@google.com <ad...@google.com> #6
We’ve shared this with our product and engineering teams and will continue to provide updates as more information becomes available.
Description
google/sailfish/sailfish:Q/QPP2.190228.023/5433927:user/release-keys
* Is this a regression from P to Q?
Yes.
* What device are you using? (for example, Pixel XL)
Pixel
* What are the steps to reproduce the problem? (Please provide the minimal reproducible test case.)
Step #1: UnZIP the attached project and import it into Android Studio (tested using 3.4)
Step #2: Run the legacyfile app and confirm that it shows a Toast indicating that files were written -- these will be a test.txt and a QStorage2/test2.txt file in the root of external storage
Step #3: From the command line, run adb shell ls /storage/emulated/0, and notice that the test.txt and QStorage2/test2.txt files are not visible
Step #4: From the command line, run adb shell run-as com.commonsware.android.legacyfile ls /storage/emulated/0, and notice that the test.txt and QStorage2/test2.txt files are not visible
(feel free to repeat with the qfile project and com.commonsware.android.qfile to see the same results)
* Issue Category e.g. Framework (platform), NDK (platform), Hardware (CPU, GPU, Sensor, Camera), ART (platform), Runtime Permissions etc
Platform
* What was the expected result?
One or both of those commands to show the files.
* What was the actual result?
The files do not show up.
This problem is less critical than either