Can Android applications examine OS wide context, for example network related?

Posted by Drakosha on Stack Overflow See other posts from Stack Overflow or by Drakosha
Published on 2010-01-03T11:54:14Z Indexed on 2010/05/05 14:18 UTC
Read the original article Hit count: 169

Filed under:
|

Can Android applications see OS wide context in terms of network? For example,

  • what applications are using the network
  • what IP addresses is the OS connected to
  • etc.

I'm asking because I know each application runs in it's own Dalvik virtual machine.

© Stack Overflow or respective owner

Related posts about android

Related posts about beginner