Files
briar/briar-api/src/org/briarproject/api/system/LocationUtils.java
Ximin Luo 9697b351e9 add the ability for briar-android to get the current country.
- this will be useful later for e.g. auto-disabling Tor
2014-03-05 15:13:50 +00:00

9 lines
165 B
Java

package org.briarproject.api.system;
public interface LocationUtils {
/** Get the country the device is currently-located in. */
String getCurrentCountry();
}