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

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

Change-Id: I5aeffda29e08f4dfa88ea7a27b5cb0a7b2755efa
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Galia Peycheva
2022-06-27 12:34:20 +00:00
committed by Automerger Merge Worker

View File

@@ -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>