diff options
author | Parménides GV <parmegv@sdf.org> | 2013-02-01 00:13:09 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-02-01 00:13:09 +0100 |
commit | 7b9e22e765a1e5eda05ad121684e63c20ff5f049 (patch) | |
tree | 48d8713ac48a309b356dcb9414a69a4af9ecf9e8 /AndroidManifest.xml | |
parent | 92c32b0b96938009af55ed28920472f22a4614ee (diff) |
I have a handshake failing within an HTTP connection in order to get the
eip-service.json file.
provider.json downloads and parses itself OK to SharedPreferences.
It also does not link OK to the Dashboard, I do not know how to do it
properly and I'm so tired (eyes hurting).
Beginning with security things :) Happy to have gotten around
DownloadManager problem with a simple HTTP connection.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 438b6887..854a2972 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -70,7 +70,8 @@ <action android:name="se.leap.openvpn.api.IOpenVPNAPIService" /> </intent-filter> </service> - + <service android:name="se.leap.leapclient.ProviderAPI" android:enabled="true"/> + <activity android:name="se.leap.openvpn.api.GrantPermissionsActivity" android:permission="se.leap.openvpn.REMOTE_API" > |