Disables notification drag & drop.

Test: manually verified that the feature is disabled on a device where
it was previously enabled.
Bug: 232911499

Change-Id: I235443387a7fdcd8c40a018c707b8b6b3eac0cad
This commit is contained in:
Alejandro Nijamkin
2022-05-27 13:18:50 -07:00
parent f76cae7532
commit 90873be37e

View File

@@ -654,7 +654,7 @@
<integer name="config_connectionMinDuration">1000</integer>
<!-- Flag to activate notification to contents feature -->
<bool name="config_notificationToContents">true</bool>
<bool name="config_notificationToContents">false</bool>
<!-- The rounded corner drawable for each display in a multi-display device.
{@see com.android.internal.R.array#config_displayUniqueIdArray} -->