Hi,

I have this problem. Two apps: app_a and service_s. Service_S creates
file in /tmp. After create this file, service_s uses
FileUtils.setPermission to change file mode to 666. Then app_a tries
to delete this file. But I always failed when deleting. It seems the
files are private. One application cannot delete files which another
application creates.

Is there any way to delete this file?

Thanks a lot.

Regards,
Jiyu
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to