mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
9 lines
165 B
Java
9 lines
165 B
Java
package org.briarproject.api.system;
|
|
|
|
public interface LocationUtils {
|
|
|
|
/** Get the country the device is currently-located in. */
|
|
String getCurrentCountry();
|
|
|
|
}
|