I am using sqlite database as localdatabase in android app.My confusion is,can anyone change the values of database outside my app and use that modified database? If yes,then how can I prevent this? I have backend server too.
Asked
Active
Viewed 29 times
0
-
search: sqlite prevent data manipulation -> https://stackoverflow.com/questions/40846002/preventing-data-modification-from-outer-source-in-sqlite https://www.sqlite.org/see/doc/trunk/www/readme.wiki – A.J.Bauer Jul 31 '21 at 07:27