diff options
author | Parménides GV <parmegv@sdf.org> | 2013-01-31 22:12:21 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-01-31 22:12:21 +0100 |
commit | 92c32b0b96938009af55ed28920472f22a4614ee (patch) | |
tree | 8b714947e35330ba92d618849e60b8ce5bccc6db /assets/urls | |
parent | d21e8390e90437f0d053374f8e304ca3f592beb9 (diff) |
Problems with downloaded file, the emulator cannot find the file
downloaded.
Seen http://code.google.com/p/android/issues/detail?id=18462 and decided
to look for another solution.
First solution thought (and going to be the next test): HTTP Get request
:)
Diffstat (limited to 'assets/urls')
-rw-r--r-- | assets/urls/bitmask.url | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/urls/bitmask.url b/assets/urls/bitmask.url new file mode 100644 index 00000000..132e295d --- /dev/null +++ b/assets/urls/bitmask.url @@ -0,0 +1,6 @@ +{
+ "name" : "bitmask",
+ "json_provider" : "https://bitmask.net/provider.json",
+ "cert" : "https://bitmask.net/1/cert",
+ "json_eip_service" : "https://api.bitmask.net:4430/1/config/eip-service.json"
+}
\ No newline at end of file |