Kunzisoft / KeePassDX

Lightweight vault and password manager for Android, KeePassDX allows editing encrypted data in a single file in KeePass format and fill in the forms in a secure way.
https://www.keepassdx.com/
GNU General Public License v3.0
4.29k stars 260 forks source link

[question] ProfileInstalled #1763

Closed m413w4r3 closed 4 months ago

m413w4r3 commented 4 months ago

Hi, thank you for this nice project <3

I have a question regarding KeePassDX's private storage. I noticed that there is a file named "ProfileInstalled" present. This file seems to contain information about the package's last update time and the length of the profile file (_/data/misc/profile/cur/primary.prof_).

I'm curious about the purpose of this file. Do you have any insights into why it exists and what its function is within KeePassDX?

J-Jamet commented 4 months ago

This is not a file created specifically with KeePassDX, it's a profile behavior for Android applications. Take a look at the AOSP project for more information.

m413w4r3 commented 4 months ago

Ok thanks for the reference and thx again for your work 👍