[android-developers] block application which tries to access internet

2012-01-10 Thread Suganya
i want block applications that are trying to access internet android. I should decide whether to allow the application to access internet or not..can i create an application like this -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] block application which tries to access internet

2012-01-10 Thread T.M.S.VIJAYKUMARR
ya u can create. On Tue, Jan 10, 2012 at 1:51 PM, Suganya suganyalakshmana...@gmail.comwrote: i want block applications that are trying to access internet android. I should decide whether to allow the application to access internet or not..can i create an application like this -- You

Re: [android-developers] block application which tries to access internet

2012-01-10 Thread suganya lakshmanan
can you tell me how we can create. can we do it in application level or we have to customize the android os. -- 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

Re: [android-developers] block application which tries to access internet

2012-01-10 Thread T.M.S.VIJAYKUMARR
application level we can do (using receiver and service) On Tue, Jan 10, 2012 at 2:10 PM, suganya lakshmanan suganyalakshmana...@gmail.com wrote: can you tell me how we can create. can we do it in application level or we have to customize the android os. -- You received this message

Re: [android-developers] block application which tries to access internet

2012-01-10 Thread Mark Murphy
On Tue, Jan 10, 2012 at 3:21 AM, Suganya suganyalakshmana...@gmail.com wrote: i want block applications that are trying to access internet android. I should decide whether to allow the application to access internet or not..can i create an application like this Fortunately, this is not