mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
add the ability for briar-android to get the current country.
- this will be useful later for e.g. auto-disabling Tor
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package org.briarproject.api.system;
|
||||
|
||||
public interface LocationUtils {
|
||||
|
||||
/** Get the country the device is currently-located in. */
|
||||
String getCurrentCountry();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user