Merge "Disable dismissing the dream on activity start" into tm-dev am: 3abe51bcfd am: 6d52c8508c

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

Change-Id: I66650047e2009ac6e5f08592337d19c32652a0e2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Lucas Silva
2022-06-01 13:26:44 +00:00
committed by Automerger Merge Worker

View File

@@ -2422,7 +2422,7 @@
<!-- Whether to dismiss the active dream when an activity is started. Doesn't apply to
assistant activities (ACTIVITY_TYPE_ASSISTANT) -->
<bool name="config_dismissDreamOnActivityStart">true</bool>
<bool name="config_dismissDreamOnActivityStart">false</bool>
<!-- The prefix of dream component names that are loggable. If empty, logs "other" for all. -->
<string name="config_loggable_dream_prefix" translatable="false"></string>