Merge "Switch to new NetworkTimeHelper impl"

This commit is contained in:
Neil Fuller
2023-03-01 09:58:50 +00:00
committed by Android (Google) Code Review

View File

@@ -37,7 +37,7 @@ abstract class NetworkTimeHelper {
* a platform bug. This switch will be removed in a future release. If there are problems with
* the new impl we'd like to hear about them.
*/
static final boolean USE_TIME_DETECTOR_IMPL = false;
static final boolean USE_TIME_DETECTOR_IMPL = true;
/**
* The callback interface used by {@link NetworkTimeHelper} to report the time to {@link