[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 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] password authentication before application installation

2012-01-06 Thread suganya lakshmanan
Before clicking the install button it should ask for password. I think this wont need kernel modification. It can be done at application level. -- 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] password authentication before application installation

2012-01-05 Thread Suganya
When user wants to install application he clicks on that application icon. The next page will open with permissions and install buttton. Before this page opens i want to open a popup box it will ask for password. If the password is correct the install page should open..how to do this..can anyone

[android-developers] block application installation by password

2012-01-03 Thread Suganya
User is downloading applications from Android Market. My task is after downloading the application if the user tries to install the application (i.e if user clicks the install button) means a popup should open. It should ask for password. If the password is correctthe user is allowed to install

Re: [android-developers] Re: block application installation by password

2012-01-03 Thread suganya lakshmanan
den how can i achieve this? Any idea abt this ..where can i post this..thanks in advance.. -- 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

[android-developers] how to develop install block application

2011-12-16 Thread suganya lakshmanan
I want to create an application that allows you to require a password to be entered in order for new application to be installed on android os..Thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] i want to block application installation

2011-12-15 Thread suganya lakshmanan
I want to block application installation in android..The user downloads the app from android market. If the user tries to install the application i should block the application installation. i want to modify the android os like that..If the user click the install button my application should block

[android-developers] how to block application installation

2011-12-15 Thread suganya lakshmanan
I want to block application installation in android..The user downloads the app from android market. If the user tries to install the application i should block the application installation. i want to create an app like that..If the user click the install button my application should block the