Assigned
Status Update
Comments
bo...@gmail.com <bo...@gmail.com> #2
Alternatively, we need a component for expressing longer periods.
ra...@google.com <ra...@google.com> #3
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. UQ1A.240205.002)
Device used
Which device did you use to reproduce this issue?
Please provide sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
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.
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
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenrecord 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. UQ1A.240205.002)
Device used
Which device did you use to reproduce this issue?
Please provide sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
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.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenrecord to google drive and share the folder to android-bugreport@google.com, then share the link here.
bo...@gmail.com <bo...@gmail.com> #4
This is a documentation and/or missing functionality issue which can be easily observed simply by reading the documentation linked above. It is not platform or build-dependent. As developers, we need components that provide the functionality described in the Material documentation. In this case: a picker to specify time periods.
Description
The documentation for Material Time pickers states that "Users can select ... periods of time" with the component, but it is only capable of selecting periods of time < 24 hours and is instead limited to time of day. There needs to be a way for Material Time pickers to specify longer periods of time, not just a time of day. The Android documentation for the TimePicker component completely drops the notion of periods of time, thus diverging from the spirit of the component and glossing over this defect such that it is less likely to be addressed.