Hello
Im using KeyValueStore (the new and recommended one) to store and load bytearrays ( representing device configuration backups)
Everything works fine, until i uninstall the app. Upon reinstallation, all the removed keys ( removed by KVS.remove ) come back, with their name and value intact.
KVS is initialized in Activity_Create in xui.DefaultFolder , which should be DirInternal if i'm not mistaken.
The database being still there after uninstall i can understand, by why it still has all the deleted keys?
Thanks
Im using KeyValueStore (the new and recommended one) to store and load bytearrays ( representing device configuration backups)
Everything works fine, until i uninstall the app. Upon reinstallation, all the removed keys ( removed by KVS.remove ) come back, with their name and value intact.
KVS is initialized in Activity_Create in xui.DefaultFolder , which should be DirInternal if i'm not mistaken.
The database being still there after uninstall i can understand, by why it still has all the deleted keys?
Thanks