save files in a location of android where mobile user cannot access -


how keep files in location of android mobile user can not access. have used context.getdir("systemrecordlog", context.mode_private) keep files in phone memory if there internal sd save files internal sd , can access mobile user. please give me solution matter.

according android documentation "files saved internal storage private application , other applications cannot access them (nor can user)." page shows how use internal storage.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -