Merge pull request #3927 from rdoeffinger/gpsconnected
Add "GPS Connected" app to GPS status app list.
This commit is contained in:
commit
24a78d5a02
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ import net.osmand.plus.views.OsmandMapTileView;
|
|||
public class StartGPSStatus extends OsmAndAction {
|
||||
|
||||
public enum GpsStatusApps {
|
||||
GPC_CONNECTED("GPS Connected", "org.bruxo.gpsconnected", "", ""),
|
||||
GPS_STATUS("GPS Status & Toolbox", "com.eclipsim.gpsstatus2", "", "com.eclipsim.gpsstatus2.GPSStatus"),
|
||||
GPS_TEST("GPS Test", "com.chartcross.gpstest", "com.chartcross.gpstestplus", ""),
|
||||
INVIU_GPS("inViu GPS-details ", "de.enaikoon.android.inviu.gpsdetails", "", ""),
|
||||
|
|
Loading…
Reference in a new issue