Skip to content

Instantly share code, notes, and snippets.

@DrMetallius
DrMetallius / IpifyApiHelper.java
Created August 31, 2019 20:31
Ipify API Helper
package com.acronis.ipifydemo;
import android.util.Log;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.nio.charset.Charset;