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.app.GeoDataFileManagerImpl 7 8# The location of the tzs2.dat file to use for time zone boundaries, i.e. the 9# resource path inside the APK. 10geodata.resource=tzs2.dat 11# The expected SHA256 of the tzs2.dat file. 12geodata.sha256=f668e04cae7716184db2850e2eaf385ac2705f953eeee7ea78b745038bcdf513 13 14# The namespace to pass to android.provider.DeviceConfig for server-pushed configuration. 15# Because com.android.geotz is provided by the Google Android platform team we can reuse the 16# platform experiment namespace. 17deviceconfig.namespace=system_time 18 19# The prefix that should be applied to keys passed to android.provider.DeviceConfig. 20deviceconfig.key_prefix=geotz_app_ 21 22# The implementation of com.android.timezone.location.provider.core.MetricsReporter to use. 23# This implementation uses Google's standard metrics reporting. 24metrics_reporter.impl=com.android.geotz.app.MetricsReporterImpl 25