aboutsummaryrefslogtreecommitdiff
path: root/apex/com.android.geotz/resources/offlineltzprovider.properties
blob: f5a9f4b12a1d504ed6d91babce43997e59d6240f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Configuration for the
# com.android.timezone.location.provider.OfflineLocationTimeZoneProviderService
# deployed in the com.android.geotz mainline module.

# The location of the tzs2.dat file to use for time zone boundaries.
geodata.path=/apex/com.android.geotz/etc/tzs2.dat

# The namespace to pass to android.provider.DeviceConfig for server-pushed configuration.
# Because com.android.geotz is provided by the Google Android platform team we can reuse the
# platform experiment namespace.
deviceconfig.namespace=system_time

# The prefix that should be applied to keys passed to android.provider.DeviceConfig.
deviceconfig.key_prefix=geotz_

# The implementation of com.android.timezone.location.provider.core.MetricsReporter to use.
# This implementation uses Google's standard metrics reporting.
metrics_reporter.impl=com.android.geotz.MetricsReporterImpl