Android Question Date in memory

ciginfo

Well-Known Member
Licensed User
Longtime User
Hello,
When installing the app that I developed, the app places a date in memory (File.WriteList (File.DirInternal, FileSETTINGS, TheDate). This date stored in the device is erased if we uninstall the appli. I would like this recorded date to remain in memory if we uninstall the app. Is this possible?
Thank you
 

rosippc64a

Active Member
Licensed User
Longtime User
Hello,
if you store dhis datas not in the file.dirinternal, then they remain in the device after uninstall.
 
Upvote 0

edgar_ortiz

Active Member
Licensed User
Longtime User
The user can delete any folder on his device.

What I do when a user installs the application:
- Register the device ID (and user information) in the server database
- When the application is re-registered on the same device, I already have the relevant information
 
Upvote 0
Top