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

Commit 3c739931 authored by Robin Lee's avatar Robin Lee
Browse files

Stop SplashScreen test regurgitating DeviceConfig

It only cares about window_manager/splash_screen_exception_list. It
doesn't need to be so greedy as to download all of the DeviceConfig
flags in that namespace and write them back later.

Change-Id: Ifb08900cf6691245840c16d3fcf4714c6745c2f1
Flag: EXEMPT non-flaggable policy change
Test: atest SplashScreenExceptionListTest
Bug: 392182337
parent fbfc15f0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -71,7 +71,8 @@ public class SplashScreenExceptionListTest {
    @Before
    public void setUp() throws Exception {
        mInitialWindowManagerProperties = DeviceConfig.getProperties(
                DeviceConfig.NAMESPACE_WINDOW_MANAGER);
                DeviceConfig.NAMESPACE_WINDOW_MANAGER,
                KEY_SPLASH_SCREEN_EXCEPTION_LIST);
        clearConstrainDisplayApisFlags();
    }