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

Commit f9baaab7 authored by Galia Peycheva's avatar Galia Peycheva Committed by Automerger Merge Worker
Browse files

Merge "Remove SplashScreen animations on TV" into tm-dev am: 07943a5b am:...

Merge "Remove SplashScreen animations on TV" into tm-dev am: 07943a5b am: d7f43c22 am: 34188c83

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



Change-Id: I477f40b9cc68de1f9a1b300a9a14d39fea1fb6a1
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 5f0bf1da 34188c83
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -43,4 +43,13 @@
    <!-- Time (duration in milliseconds) that the shell waits for an app to close the PiP by itself
    if a custom action is present before closing it. -->
    <integer name="config_pipForceCloseDelay">5000</integer>

    <!-- Animation duration when exit starting window: fade out icon -->
    <integer name="starting_window_app_reveal_icon_fade_out_duration">0</integer>

    <!-- Animation duration when exit starting window: reveal app -->
    <integer name="starting_window_app_reveal_anim_delay">0</integer>

    <!-- Animation duration when exit starting window: reveal app -->
    <integer name="starting_window_app_reveal_anim_duration">0</integer>
</resources>