What makes you think they can't look in there while your app is running? Seems to me you are just uselessly burning nand write cycles.
On Oct 27, 8:13 pm, swgillan <[email protected]> wrote: > My solution right now is to clear the particular tables I don't want > people seeing in the database in onDestroy (when the user exits), or > more accurately in onPause() with isFinishing(). Every time the > application is launched the database is repopulated, so I am not > worried about losing any data. I do realize that this isn't foolproof, > but it seems to be better then nothing. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

