hi,

I have need in my app that files must not used by any other
application and these are mp3 files.for that i have tried encryption
of files but each time i have to do read/write operation for
encryption and decryption,


Because each time i have to decrypt the file while playing and then
encrypt it after playing.

There is also one option like
 File folder = ctx.getDir("Private Folder", Context.MODE_PRIVATE); but
i cant use because of mp3s.



so can anyone suggest me what  i can do to achive this?

-- 
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

Reply via email to