Osmand API done

This commit is contained in:
Alexey Kulish 2016-03-16 16:59:26 +03:00 committed by GaidamakUA
parent 0f44426167
commit dcd126c57e

View file

@ -87,7 +87,6 @@ public class ExternalApiHelper {
public static final ApplicationMode DEFAULT_PROFILE = ApplicationMode.CAR; public static final ApplicationMode DEFAULT_PROFILE = ApplicationMode.CAR;
public static final int RESULT_CODE_OK = 0; public static final int RESULT_CODE_OK = 0;
public static final int RESULT_CODE_ERROR_UNKNOWN = -1; public static final int RESULT_CODE_ERROR_UNKNOWN = -1;
public static final int RESULT_CODE_ERROR_NOT_IMPLEMENTED = -2; public static final int RESULT_CODE_ERROR_NOT_IMPLEMENTED = -2;