[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

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

[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