Enable config_notificationToContents by default

Fixes: 217933316
Test: it works!
Change-Id: Id4cba237f9cb4e663df2ef89736ef03c8dc2221b
This commit is contained in:
Wale Ogunwale
2022-02-04 13:35:42 -08:00
parent 6a209a2d02
commit f29f7a9ff7

View File

@@ -683,7 +683,7 @@
<integer name="config_connectionMinDuration">1000</integer>
<!-- Flag to activate notification to contents feature -->
<bool name="config_notificationToContents">false</bool>
<bool name="config_notificationToContents">true</bool>
<!-- Respect drawable/rounded_secondary.xml intrinsic size for multiple radius corner path
customization for secondary display-->