Hell everyone,
I am working on an applicaiton that requires to access VPN setting
information, howevery I am encountering a permisison denied issue whne
the application accesses VPN setting on /data/misc/vpn folder (Android
2.2 OS), can anyone help how to resolve this issue, did I miss any
users-permission setting in AndroidManifest.xml?
java.io.FileNotFoundException: /data/misc/vpn/profiles/
4599898380687054558.pobj (Permission denied): /data/misc/vpn/profiles/
4599898380687054558.pobj (Permission denied)
Here are the users-permission setting in AndroidManifest.xml now:
<uses-permission android:name="android.permission.WRITE_SETTINGS" /
>
<uses-permission
android:name="android.permission.WRITE_SECURE_SETTINGS" />
Thanks in andvance,
ADPool
--
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