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

Commit bcb190c0 authored by wilsonshih's avatar wilsonshih
Browse files

Temporary disable starting surface for back predict target.

Enable it once activity snapshot is ready.

Bug: 268563842
Test: manual, verify back to activity will re-show with launchBehind.
Change-Id: I202f583a8472de683cedb6370deaf0b74a55b7b5
parent fae78ad7
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -3457,7 +3457,8 @@
    <!-- Whether this device prefers to show snapshot or splash screen on back predict target.
    <!-- Whether this device prefers to show snapshot or splash screen on back predict target.
         When set true, there will create windowless starting surface for the preview target, so it
         When set true, there will create windowless starting surface for the preview target, so it
         won't affect activity's lifecycle. This should only be disabled on low-ram device. -->
         won't affect activity's lifecycle. This should only be disabled on low-ram device. -->
    <bool name="config_predictShowStartingSurface">true</bool>
    <!-- TODO(b/268563842) enable once activity snapshot is ready -->
    <bool name="config_predictShowStartingSurface">false</bool>


    <!-- default window ShowCircularMask property -->
    <!-- default window ShowCircularMask property -->
    <bool name="config_windowShowCircularMask">false</bool>
    <bool name="config_windowShowCircularMask">false</bool>