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

Commit ae6c1219 authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Automerger Merge Worker
Browse files

Merge "Temporary disable starting surface for back predict target." into...

Merge "Temporary disable starting surface for back predict target." into udc-qpr-dev am: e0dbee53 am: 156f271a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24582794



Change-Id: I84343afcdb0292bc440ffed7f30bd0662a6d6f88
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b631ed26 156f271a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3487,7 +3487,8 @@
    <!-- 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
         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 -->
    <bool name="config_windowShowCircularMask">false</bool>