I have this called in my Service that creates / updates live card.
URL url = new URL(url1);
HttpURLConnection conn = (HttpURLConnection) url.openConnection();
I am getting Service Not Available. The URL works just fine in browser. I have the internet permission defined in the Manifest. What might be going on and what might be the fix?