Hi,
I've noticed that after uninstalling an app on Android 16, not all data is deleted, which causes problems. The data is located exclusively in the “DirInternal” directory.
In my case, the database containing the app settings is not deleted, which leads to errors when launching the app.
For example, the variable “IsPrivacyPolicyAllowed” is not initialized because the database returns the value “True” when checking whether the variable exists.
As a result, the entire app launch process does not execute correctly.
Has anyone else encountered similar issues?