From 92c32b0b96938009af55ed28920472f22a4614ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 31 Jan 2013 22:12:21 +0100 Subject: 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 :) --- assets/urls/bitmask.url | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 assets/urls/bitmask.url (limited to 'assets') 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 -- cgit v1.2.3