It'll definitely have to be native code, and if you're looking to monitor a 
different app's syscalls, you'll likely need to bake the functionality into 
a ROM. The Dalvik VM is pretty good at preventing your app from knowing 
what any other apps are doing.

Haven't looked at your use case specifically, so there's a chance I'm 
wrong, but I'd be surprised.

Chris

On Tuesday, October 16, 2012 8:10:09 PM UTC-7, syahaz hazzah wrote:
>
> Hi all,
>
> I'm new to the android development. Please bear with me if the question is 
> not appropriate or already being asked earlier..
>
> Actually i'm looking for the information on the possibility of 
> calling/logging/utilizing the android system call (e.g: read(32, "W", 16)   
>                     = 1
> ) in through android application.
>
> If it is possible? How can it be done? What is the function that I've to 
> study?
>
> Actually i'm planning to develop an application that can monitor a system 
> call and produce an alert if it is accessed.
>
> Thank you for your attention.
>

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