In my app I create the database made in SQLite in the folder:
System.Environment.SpecialFolder.Personal
However on some devices (Android) when uninstalling the app it seems that the bank is still in the folder, because when you install the app again it starts logging in and with the previously saved data.
Would anyone know why this occurs and how could it solve this problem?