please guys I need your help :s how can we know which application is using our folder using FileObserver?
On Tue, May 1, 2012 at 7:27 PM, Chris Stratton <[email protected]> wrote: > On Apr 30, 12:59 pm, Meryeme Ayache <[email protected]> wrote: > > I want to know how do applications work: I mean do they use > > intents that can be followed to know for example if an application had > used > > a specific data. I mean in general how can we monitor the behavior of > data > > and for example when it access to pictures or sms... > > For things which exist as files, Android offers a wrapper for the > Linux inotify mechanism under a name like FileObserver or similar - > check the docs. > > In general, remember that an Android device uses the unix userid model > (which should have been covered in a CS program) with the added twist > of running each application as a unique userid. > > -- > You received this message because you are subscribed to the Google Groups > "Android Security Discussions" 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-security-discuss?hl=en. > > -- Meryeme Ayache.* **Third year Computer Science Student Engineer at **Ecole Nationale Supérieure d'Informatique et d'Analyse des Systèmes (Rabat)* *Information Security System Major. * * * * * -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" 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-security-discuss?hl=en.
