[android-developers] In android how to programmatically list the apps that uses Data connection?

2011-01-12 Thread Harsha
Hi, can any one please tell me in android, Is it possible to access
the list application names that is using Data connection in background/
foreground.? If possible how?

note: I came to know it is possible to access the Total data
consumption in bytes by reading TX/RX files. But i couldn't find which
application are using the data connection.

Thanks in advance, - Harsha

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


Re: [android-developers] In android how to programmatically list the apps that uses Data connection?

2011-01-12 Thread Kostya Vasilyev

You could start by searching for applications that have INTERNET permission:

http://developer.android.com/reference/android/content/pm/PackageManager.html

-- Kostya

12.01.2011 13:55, Harsha пишет:

note: I came to know it is possible to access the Total data
consumption in bytes by reading TX/RX files. But i couldn't find which
application are using the data connection.


--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

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


[android-developers] In android how to programmatically list the apps that uses Data connection?

2011-01-12 Thread Harsha
Hi, can any one please tell me in android, Is it possible to access
the list application names that is using Data connection in background/
foreground.? If possible how?

note: I came to know it is possible to access the Total data
consumption in bytes by reading TX/RX files. But i couldn't find which
application are using the data connection.

Thanks in advance, - Harsha

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