I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 2d3d6f73 authored by zzz's avatar zzz
Browse files

GeoIP: Disable Debian-style files on Android

parent b69677b7
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ public class GeoIP {
public static final String PROP_DEBIAN_GEOIPV6 = "geoip.v6.dat";
private static final String DEBIAN_GEOIP_FILE = "/usr/share/GeoIP/GeoIP.dat";
private static final String DEBIAN_GEOIPV6_FILE = "/usr/share/GeoIP/GeoIPv6.dat";
private static final boolean ENABLE_DEBIAN = !SystemVersion.isWindows();
private static final boolean ENABLE_DEBIAN = !(SystemVersion.isWindows() || SystemVersion.isAndroid());
/** maxmind API */
private static final String UNKNOWN_COUNTRY_CODE = "--";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment