I use HTC Hero device with Android 2.1

2011/4/21 Neo Apostol <[email protected]>

> Hi there,
> Explain me please, Why I can't create settings of the proxy server with
> help of method:
>
> //Main.java
> Settings.Secure.putString(getContentResolver(), Settings.Secure.HTTP_PROXY,
> param);
> //AndroidManifest
> <permission
> android:name="android.permission.WRITE_SECURE_SETTINGS"
> android:protectionLevel="signatureOrSystem">
> </permission>
>
> <permission
> android:name="android.permission.WRITE_SETTINGS"
> android:protectionLevel="signatureOrSystem">
> </permission>
>
> <uses-permission
> android:name="android.permission.WRITE_SETTINGS" >
> </uses-permission>
> <uses-permission
> android:name="android.permission.WRITE_SECURE_SETTINGS" >
> </uses-permission>
>
> Thank You.
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to