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
Post a Comment