• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Configuration for the
2# com.android.timezone.location.provider.OfflineLocationTimeZoneProviderService
3# deployed in the com.android.geotz mainline module.
4
5# The location of the tzs2.dat file to use for time zone boundaries.
6geodata.path=/apex/com.android.geotz/etc/tzs2.dat
7
8# The namespace to pass to android.provider.DeviceConfig for server-pushed configuration.
9# Because com.android.geotz is provided by the Google Android platform team we can reuse the
10# platform experiment namespace.
11deviceconfig.namespace=system_time
12
13# The prefix that should be applied to keys passed to android.provider.DeviceConfig.
14deviceconfig.key_prefix=geotz_
15
16# The implementation of com.android.timezone.location.provider.core.MetricsReporter to use.
17# This implementation uses Google's standard metrics reporting.
18metrics_reporter.impl=com.android.geotz.MetricsReporterImpl