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

Commit 115a3ed7 authored by Dave Mankoff's avatar Dave Mankoff
Browse files

Ensure that android is restarted when setting sysprop flag.

Bug: 219067621
Test: manual
Change-Id: I81cf7d0b7ae99a38b202156ce61eb94584d0d749
parent d0cb324a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -317,6 +317,8 @@ public class FeatureFlagsDebug implements FeatureFlags, Dumpable {
                // Store SysProp flags in SystemProperties where they can read by outside parties.
                mSystemProperties.setBoolean(
                        ((SysPropBooleanFlag) flag).getName(), (Boolean) value);
                dispatchListenersAndMaybeRestart(flag.getId(),
                        FeatureFlagsDebug.this::restartAndroid);
            } else if (flag instanceof StringFlag && value instanceof String) {
                setFlagValue(id, (String) value, StringFlagSerializer.INSTANCE);
            } else if (flag instanceof ResourceStringFlag && value instanceof String) {