Re: [android-developers] Writing Proxy Settings in Settings.Secure

2012-09-19 Thread android_solutions
If possible, any code snippet to set the Proxy configuration in the System Content Resolver. Thanks, Pallavi On Wednesday, September 19, 2012 12:54:21 PM UTC+5:30, android_solutions wrote: > > Hi I am using Samsung Nexus S phone(Android version 4.1.1), and I am not > able to do the Proxy setti

Re: [android-developers] Writing Proxy Settings in Settings.Secure

2012-09-19 Thread android_solutions
Hi I am using Samsung Nexus S phone(Android version 4.1.1), and I am not able to do the Proxy setting and enabling user authentication for web applications. I am not able to hit "google.com" url. Though I found to set the Proxy url / port in the Advanced Wifi settings, but Im not able to configu

Re: [android-developers] Writing Proxy Settings in Settings.Secure

2012-02-18 Thread Marco Pagliari
Have a look here . I'm working on that. Please be patient. If you want to be involved the APL project is FOSS. -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] Writing Proxy Settings in Settings.Secure

2011-10-04 Thread Mark Murphy
On Tue, Oct 4, 2011 at 3:16 PM, Vikas Mahajan wrote: > Just as an example in this regard, won't you think giving an app > permission to use Internet is also security concern as app may > download data in background? Not particularly. > My concern is just why app is not allowed > to write Secure

Re: [android-developers] Writing Proxy Settings in Settings.Secure

2011-10-04 Thread Vikas Mahajan
On 5 October 2011 00:20, Mark Murphy wrote: > You will notice that this statement does not mention > WRITE_SECURE_SETTINGS. IMHO, you were asking how to hack a phone to > replace the proxy server setting without the user's knowledge. That > would be a significant security hole. Sorry for my stupi

Re: [android-developers] Writing Proxy Settings in Settings.Secure

2011-10-04 Thread Mark Murphy
On Tue, Oct 4, 2011 at 2:40 PM, Vikas Mahajan wrote: > Very disappointed. About how much percentage of users normally root > their phones? Can you comment on this? I would guess 0.001%. Bear in mind that there are a *lot* of Android devices out there, owned by a lot of people who think that "root

Re: [android-developers] Writing Proxy Settings in Settings.Secure

2011-10-04 Thread Vikas Mahajan
On 4 October 2011 23:48, Mark Murphy wrote: > You cannot do this, except via an app that's part of the firmware, or > perhaps on a rooted device. Very disappointed. About how much percentage of users normally root their phones? Can you comment on this? > >> and if >> not can I set the values of U

Re: [android-developers] Writing Proxy Settings in Settings.Secure

2011-10-04 Thread Mark Murphy
On Tue, Oct 4, 2011 at 1:54 PM, Vikas Mahajan wrote: > I want to make an app that would set the global proxy settings or > proxy settings per access point (Wifi or APN) without rooting the > android device. I found one way of doing this by sending intent to > start com.android.settings.ProxySelect