sqlite - Clear Cash in android application -


i have android application, use sqlite data base in application, have question data base in setting -> application manager if select clear data or clear cash, our data base deletes, need data base. example user remove data base after program not work, program related data base, how do, how can resolve problem?

you need find way backup database sd card. dump csv-type file, mimic structure of database, or else create other kind of format work better you. , in case database cleared, need parse text file created backup, , put database.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -