tags:

views:

41

answers:

1

I want to block access to any service like Network for particular 3rd party application.

For e.g. Email app, I want to block network usage form my application. or any game or app using network for advertisement, I want to block access to network for that app

so how can i get permission list and block permission from my application?

eg i want to change permission of app A by app B.

A: 

Google it, android developers, manifest security. http://developer.android.com/guide/topics/security/security.html

ykatchou