Assigned
Status Update
Comments
na...@gmail.com <na...@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.
ba...@google.com <ba...@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 issue is this?
Display or rendering issue
What steps would let us observe this issue?
What did you expect to happen?
User Option to enforce/autogenerate themed icons for apps, that doesn't have it. So that the Pixel launcher will autogenerate missing themed icons. I know it's possible since you have an experimental ENABLE_FORCED_MONO_ICONS flag for it (since android 13 QPR2)
What actually happened?
Many app developers (even from Google) don't care to implement themed icon. After 2 years of the API's existence, many developers still haven't implemented this. This causes some apps to look out of place on the home screen when the themed icon option is enabled.
What was the effect of this issue on your device usage, such as lost time or work?
High
Additional comments
You may add an 'Force themed icons' user option in Wallpaper & style app with 'experimental' badge. Or add a themed icon as a Play Store requirement, so that app developers are not allowed to upload new updates without implementing themed icons.
In the attached picture I showed the current issue and the solution, that users expect.
When
Time and frequency
Time when bug report was triggered: Dec 20, 2024 4:41 PM GMT+03:00
How often has this happened?
Every time
Where
Component
Suggested component: <not visible> (1684638)
Build and device data
- Build Number: google/husky_beta/husky:Baklava/BP21.241121.009/12787338:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
- SoC Revision: Zuma B1
Related apps
Pixel Launcher
com.google.android.apps.nexuslauncher
Version 907 (Baklava)
System App (Bundled)
Debugging information
Сервисы Google Play
com.google.android.gms
Version 245032036 (24.50.32 (260408-705598854))
System App (Updated)
Android System WebView
com.google.android.webview
Version 677813533 (131.0.6778.135)
System App (Updated)
Network operator: MTS RUS
SIM operator: МТС
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