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 Security Discussions" 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-security-discuss?hl=en.
