Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7f9fb30 authored by Geoffrey Boullanger's avatar Geoffrey Boullanger
Browse files

Add flags.aconfig entry for fused time zone detector.

go/android-tz-detector
go/ftzd-algo
go/ftzd-cases
go/ftzd-scenarios

Test: atest FrameworksTimeCoreTests
Test: atest FrameworksTimeServicesTests
Flag: android.timezone.flags.enable_fused_time_zone_detector
Bug: 394770805
Change-Id: I7a1525716815c139b55f8d789ff47404237638fa
parent 15cce63c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -9,3 +9,11 @@ flag {
    description: "Turn time zone methods into system APIs for mainline modules"
    bug: "432239933"
}

flag {
    name: "enable_fused_time_zone_detector"
    # "location" is used by the Android System Time team for feature flags.
    namespace: "location"
    description: "Enable the fused time zone detector for time zone detection"
    bug: "394770805"
}
 No newline at end of file