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

Commit b48435f7 authored by Ned Burns's avatar Ned Burns
Browse files

Fix documentation for feature flag reader

We moved from device config to system props.

Test: manual
Change-Id: I32f928527a743872e300e561ac298e4194d9ec92
parent f02ab425
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,12 +44,12 @@ import javax.inject.Inject;
 * previous example, do the following:
 *
 * {@code
 *  $ adb shell device_config put systemui flag_foo_bar_baz true
 *  $ adb shell setprop persist.systemui.flag_foo_bar_baz 1
 * }
 *
 * Note that all storage keys begin with "flag_", even if their associated resId does not.
 *
 * Calls to this class should probably be wrapped by {@link FeatureFlags}.
 * Calls to this class should probably be wrapped by a method in {@link FeatureFlags}.
 */
@SysUISingleton
public class FeatureFlagReader {