In Android, APPs use the JAVA API to request access sensitive resources,
such as short messages , network and location information, etc. In order to
access sensitive resources, APPs need to use binder to communicate with
system service. For example,APPs use Java API
*android.net.ConnectivityManager.getActiveNetworkInfo()
*to request access network. To implement this, It firstly need to use
binder to connect to system service *ConnectivityManager*. Now I am wonder
if I can use SEAndroid to control the binder transmission between  APPs and
system services ?

I am looking forward to your answer. Thanks advance!
_______________________________________________
Seandroid-list mailing list
Seandroid-list@tycho.nsa.gov
To unsubscribe, send email to seandroid-list-le...@tycho.nsa.gov.
To get help, send an email containing "help" to 
seandroid-list-requ...@tycho.nsa.gov.

Reply via email to