Add "GPS Connected" app to GPS status app list.
It provides a replacement for the removed "sleep mode". While the GPS status apps might be the obvious thing to show here for new users, none of them being a replacement for the previous functionality is annoying and confusing to existing users.
This commit is contained in:
parent
592ea3dd4d
commit
db56b17648
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