There is no permission needed to get file change notifications, but you do
need to have general permission to access whatever file/dir you re watching,
and applications have a very limited set of the file system that they have
permission to.

On Tue, Aug 4, 2009 at 1:04 AM, cavalzheng <[email protected]> wrote:

>
> I am migrating a c program from linux to android
> when lauch it in the shell everything is ok, but when I lauch it from
> UI
> with Runtime.getRuntime().exec(...), there is permission issue
> for the file change notification, also I know there is mechanism of
> permission
> on android,  but I can not find related type of permission in
> Manifest.permission list.
>
> Any info will be highly appriciated.
>
> Regards,
> Caval.
>
>
>
>
> >
>


-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to