No, another app can go to that directory and read anything in there, if it hasn't been deleted. I need something like Unix permissions, where only the app has permissions to read a certain file. Or which is encrypted in a way only the app can decrypt, without hardcoding a key in the code.
On Jan 27, 5:57 pm, TomTasche <[email protected]> wrote: > What about Context.getCacheDir()? Maybe that's what you are looking > for... > > Good luck > Tom > > On Jan 27, 11:12 pm, paladin <[email protected]> wrote: > > > > > Is there some way to be able to save something to the file system that > > is only retrievable by the app that saved it? And I don't mean by > > hardcoding a password or key within the code, because that is very > > easily decompiled. Can I use the keystore that the app was signed with > > somehow? -- 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

