• Home
Name Date Size #Lines LOC

..--

Android.bpD04-Jul-2025963 3228

FeatureFlags.aconfigD04-Jul-20253.4 KiB149131

README.mdD04-Jul-2025510 2114

README.md

1# AConfig Flag libraries
2
3Generated java flag libraries.
4
5### FeatureFlagsLib
6
7__Flags__
8* Static singleton provider for FeatureFlags impl
9* Overridable with setFeatureFlags/unsetFeatureFlags
10
11* __FeatureFlags__
12* The generated flags interface, one boolean function per flag
13
14__FeatureFlagsImpl__
15* For production code
16* Real implementation using DeviceConfig
17
18__FakeFeatureFlagsImpl__
19* a configurable stateful fake (get/set/clear)
20* Use with Dagger to inject across multiple components for integration tests
21