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