Fix build
This commit is contained in:
parent
00783f9948
commit
5a32f6c24d
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ public class StartGPSStatus extends OsmAndAction {
|
|||
public enum GpsStatusApps {
|
||||
GPS_STATUS("GPS Status & Toolbox", "com.eclipsim.gpsstatus2", "com.eclipsim.gpsstatus2.GPSStatus"),
|
||||
GPS_TEST("GPS Test", "com.chartcross.gpstest", ""),
|
||||
INVIU_GPS("inViu GPS-details ", "de.enaikoon.android.inviu.gpsdetails", "");
|
||||
SAT_STAT("SatStat", "com.vonglasow.michael.satstat", "");
|
||||
INVIU_GPS("inViu GPS-details ", "de.enaikoon.android.inviu.gpsdetails", ""),
|
||||
SAT_STAT("SatStat (F-droid)", "com.vonglasow.michael.satstat", "");
|
||||
|
||||
public final String stringRes;
|
||||
public final String activity;
|
||||
|
|
Loading…
Reference in a new issue