Skip to content

Commit 1bd47a1

Browse files
authored
FF ON to export Vehicle Location providers in module apps
- mtransitapps/mtransit-for-android#103
1 parent b8a4f69 commit 1bd47a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-modules/app-android/src/main/MTAndroidManifest.xml.MT.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ if [ -f "${GTFS_FILE}" ]; then
123123
EOL
124124
fi
125125

126-
EXPORT_VEHICLE_LOCATION_PROVIDER=false;
127-
# EXPORT_VEHICLE_LOCATION_PROVIDER=true; # WIP
126+
# EXPORT_VEHICLE_LOCATION_PROVIDER=false;
127+
EXPORT_VEHICLE_LOCATION_PROVIDER=true; # WIP
128128

129129
GTFS_RT_FILE="${RES_VALUES_DIR}/gtfs_real_time_values.xml";
130130
if [ -f "${GTFS_RT_FILE}" ]; then

0 commit comments

Comments
 (0)