Assigned
Status Update
Comments
ne...@gmail.com <ne...@gmail.com> #2
My SD card's file system supports a last modified timestamp; that is 'adb shell touch /mnt/sdcard/foo' works as expected. I need to check that calling from runtime works as well.
vi...@google.com <vi...@google.com>
vi...@google.com <vi...@google.com> #3
I couldn't reproduce this with a test case.
@hardwick.jim if this test doesn't pass for you, could you paste its output here? As well as your device's full version information. Thanks.
public final class FileTest extends TestCase {
public void testSetLastModified() {
File file = new File("/mnt/sdcard/foo");
assertTrue(file.setLastModified(0));
assertEquals(0, file.lastModified());
}
}
@hardwick.jim if this test doesn't pass for you, could you paste its output here? As well as your device's full version information. Thanks.
public final class FileTest extends TestCase {
public void testSetLastModified() {
File file = new File("/mnt/sdcard/foo");
assertTrue(file.setLastModified(0));
assertEquals(0, file.lastModified());
}
}
Description
What
User experience
What type of Android issue is this?
User Interface
What steps would let us observe this issue?
What did you expect to happen?
Closing the tabs on the bottom of the screen
What actually happened?
I had to swipe to the end of the apps in the task menu to close all the tabs
What was the effect of this issue on your device usage, such as lost time or work?
Did not observe, or no opinion
Additional comments
Hi, I'd like to suggest a simple change to improve tab management. Moving the tab close buttons to the bottom of the task menu, below the app icons, would make them much easier to access. I think it would be a helpful improvement for many users. Thanks for your consideration.
When
Time and frequency
Time when bug report was triggered: Feb 20, 2025 9:48 AM GMT-05:00
How often has this happened?
Every time
Where
Component
Originating component: <not visible> (1684638)
Build and device data
- Build Number: google/komodo_beta/komodo:Baklava/BP22.250124.009/13034193:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 250732035 (25.07.32 (260400-726533979))
System App (Updated)
Android System WebView
com.google.android.webview
Version 699801343 (134.0.6998.13)
System App (Updated)
Network operator: ROGERS
SIM operator: ROGERS
Filed by Android Beta Feedback. Version (Updated): 2.46-betterbug.external_20241023_RC01 (DOGFOOD)https://developer.android.com/preview/feedback#feedback-app .
To learn more about our feedback process, please visit