From 016abd76830218382e672bd52bb6cdca91a94fc1 Mon Sep 17 00:00:00 2001 From: Lucas Silva Date: Wed, 25 May 2022 17:29:55 -0400 Subject: [PATCH] Disable dismissing the dream on activity start This is causing dreams to be terminated when activities start in the background without any user activity. This makes it appear as if the dream is randomly stopping. Instead, activities may set the `turnScreenOn` flag if they wish to launch over the dream. Bug: 198041170 Test: atest DreamManagerServiceTests Test: manually on device Change-Id: I256b543de2ff07a91c451871db61b3ca516db79d --- core/res/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 0844dfd1112a0..87a35e890037c 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2422,7 +2422,7 @@ - true + false