setupDevelopmentMode

open fun setupDevelopmentMode(context: Context)

Previous the logic is if the app is build in debug mode, we enable developer mode and use test url, otherwise we disable developer mode and always use production url which is navigation.mapsted.com. however, for calibration app, we always want it to go through test server. So that's why this function exists here.

- Jerry