I dont think you can can intercept file access from the ndk either. You would probably have to modify the linux kernals filesystem drivers which is not an android topic.
On Feb 19, 1:31 pm, guillouau <[email protected]> wrote: > Hello, > > I'm looking for some ways to intercept File System Access operations > like Read and Write a file. So that i can catch these "events" from an > Android App. (background service for ex.). > > I don't have found any possible "events" and "listener" that i can use > to listen to file system access on the device. > > So, i'm thinking about developping a native application (with the > Android NDK) which will intercept these file system "events" and send > them to a background service. > > I'm not sure this is a good solution, and may be you have more ideas > about that. > > thanks a lot. > best regards, > aurelien -- 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

