altosuilib: Get rid of AltosUIVersion.java
[fw/altos] / altoslib / AltosVersion.java.in
index 546d4353252e56417dccadc483cef912cb3abfe9..ebba5a00e96bab87f20ff8f76cd67ae60d784930 100644 (file)
@@ -22,7 +22,7 @@ public class AltosVersion {
 
        public final static String google_maps_api_key = @GOOGLEKEY@;
 
-       static boolean has_google_maps_api_key() {
+       public static boolean has_google_maps_api_key() {
                return google_maps_api_key != null && google_maps_api_key.length() > 1;
        }
 }