.DATABASE_UUID File Extension
Android Stale Thumbnails Identifier
Developer | |
Popularity |
3.5 | 308 Votes |
What is a DATABASE_UUID file?
DATABASE_UUID is a hidden file stored in some Android devices' .THUMBNAILS folders. It contains a universally unique identifier (UUID) that Android uses to identify stale thumbnail collections. The UUIDs that DATABASE_UUID files contain are 32 characters long and written in the format 90f51180-158b-11eb-adc1-0242ac120003.
More Information
UUIDs are 128-bit numbers used to uniquely identify objects on a computer system. For each .THUMBNAILS folder located on an Android device, Android creates a DATABASE_UUID file. This file contains the last UUID assigned to that .THUMBNAILS folder.
If Android discovers that the UUID a .THUMBNAILS folder's DATABASE_UUID file contains does not match the folder's current actual UUID (as determined by Android's DatabaseHelper), Android will automatically delete and regenerate all thumbnails the .THUMBNAILS folder manages. It will then create a new DATABASE_UUID file that contains the updated UUID.
How to open a DATABASE_UUID file
Because DATABASE_UUID files are plain text files, you can open them in any text editor, such as Rhythm Software QuickEdit (Android). However, you should never edit the UUID a DATABASE_UUID file contains.