Evidence in the latest Google Photos v6.79.0.624777117 app for Android points towards a potential change in how the app handles automatic deletion of items from the trash/bin. While digging through the latest update, I found a new string in the app that suggests users might be able to configure the number of days after which the item gets deleted from the trash.

The string in question is the following:

    <string name="photos_trash_ui_empty_state_caption_configurable">
        {count, plural, =1{Items in the trash are deleted after # day} other{Items in the trash are deleted after # days}}
    </string>

This new string replaces the previous string that’s found in older Google Photos versions:

    <string name="photos_trash_ui_empty_state_caption">
        Items in the trash are deleted after 60 days
    </string>

The inclusion of the word “configurable” in the string resource name implies that the value represented by the # placeholder is not hard-coded, but rather, can be set or adjusted by the user based on their preferences or settings.

This would mean that the app will likely have a settings page or option where the user can specify the number of days they want items to remain in the trash before being permanently deleted. The app would then use this user-configured value to replace the # placeholder when displaying the string in the UI.

At present, Google Photos deletes backed up items in the bin automatically after 60 days. Items that aren’t backed up get removed after 30 days itself. So this new string suggests that you’ll be able to tweak the time period manually.

google-photos-trash-automatic-deletion

That said, like with any APK code digs, there’s always a chance that the feature may never make it to the final public release. Although, after going through the latest Google Photos v6.80 release, I noticed this new string made its way there too. Nevertheless, I’ll keep an eye out for any further developments and will post an update if and when there’s something worth sharing. Apart from this, Google Photos is also set to introduce an option to get rid of clutter from the main Photos tab.

Dwayne Cubbins
1085 Posts

My fascination with Android phones began the moment I got my hands on one. Since then, I've been on a journey to decode the ever-evolving tech landscape, fueled by a passion for both the "how" and the "why." Since 2018, I've been crafting content that empowers users and demystifies the tech world. From in-depth how-to guides that unlock your phone's potential to breaking news based on original research, I strive to make tech accessible and engaging.

Next article View Article

Gemini assistant to get a new 'Conversation' mode on Android

Google is preparing yet another useful feature for its new assistant -- Gemini. Recent findings reveal that a new 'Conversation' mode is currently in the works for Gemini. As the name...
Apr 24, 2024 1 Min Read